Searched refs:MAX_CPU_CACHE_LINE_SIZE (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h158 * Use CPU_CACHE_LINE_SIZE instead of MAX_CPU_CACHE_LINE_SIZE, unless
161 #define MAX_CPU_CACHE_LINE_SIZE 64 macro
247 } __attribute__((aligned(MAX_CPU_CACHE_LINE_SIZE), packed)) mcache_cpu_t;
/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c206 } __attribute__(( aligned(MAX_CPU_CACHE_LINE_SIZE) ));
H A Duipc_mbuf.c921 } __attribute__((aligned(MAX_CPU_CACHE_LINE_SIZE), packed)) mtypes_cpu_t;

Completed in 45 milliseconds