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

/bionic/libc/kernel/common/linux/
H A 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.cacheline_aligned")))

Completed in 47 milliseconds