Home
last modified time | relevance | path

Searched refs:SMP_CACHE_BYTES (Results 1 – 5 of 5) sorted by relevance

/include/vdso/
A Dcache.h7 #ifndef SMP_CACHE_BYTES
8 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
12 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
/include/linux/
A Dcache.h23 #define SMP_CACHE_ALIGN(x) ALIGN(x, SMP_CACHE_BYTES)
73 __attribute__((__aligned__(SMP_CACHE_BYTES), \
134 __aligned((__VA_ARGS__ + 0) ? : SMP_CACHE_BYTES)
148 __aligned((__VA_ARGS__ + 0) ? : SMP_CACHE_BYTES)
A Dptr_ring.h477 r->batch = SMP_CACHE_BYTES * 2 / sizeof(*(r->queue)); in __ptr_ring_set_size()
A Dskbuff.h256 #define SKB_DATA_ALIGN(X) ALIGN(X, SMP_CACHE_BYTES)
/include/net/libeth/
A Dcache.h15 #if defined(CONFIG_64BIT) && SMP_CACHE_BYTES == 64
49 static_assert(__alignof(type) >= SMP_CACHE_BYTES)

Completed in 18 milliseconds