Searched defs:SMP_CACHE_BYTES (Results 1 - 2 of 2) 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), \

Completed in 547 milliseconds