Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dcache.h22 #ifndef SMP_CACHE_BYTES
23 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cac…
Dskbuff.h38 #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))
/bionic/libc/kernel/arch-x86/asm/
Dprocessor_32.h65 } __attribute__((__aligned__(SMP_CACHE_BYTES)));