Searched refs:SMP_CACHE_BYTES (Results 1 – 3 of 3) sorted by relevance
22 #ifndef SMP_CACHE_BYTES23 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cac…
38 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & ~(SMP_CACHE_BYTES - 1))39 …DER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
65 } __attribute__((__aligned__(SMP_CACHE_BYTES)));