Searched refs:SMP_CACHE_BYTES (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/module/
H A Dop_cache.h21 #ifndef SMP_CACHE_BYTES
22 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
27 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
35 __attribute__((__aligned__(SMP_CACHE_BYTES), \
/external/kernel-headers/original/linux/
H A Dcache.h11 #ifndef SMP_CACHE_BYTES
12 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
20 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
33 __attribute__((__aligned__(SMP_CACHE_BYTES), \
H A Dskbuff.h40 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & \
41 ~(SMP_CACHE_BYTES - 1))
44 ~(SMP_CACHE_BYTES - 1))
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h84 } __attribute__((__aligned__(SMP_CACHE_BYTES)));

Completed in 336 milliseconds