Searched defs:CACHE_ALIGN (Results 1 – 2 of 2) sorted by relevance
66 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
319 CACHE_ALIGN = (1 << 4), enumerator