Searched refs:CPU_CACHE_SIZE (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dgdt.c71 __attribute__((aligned(CPU_CACHE_SIZE))) = {
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h103 #define CPU_CACHE_SIZE 64 macro
188 } __attribute__((aligned(CPU_CACHE_SIZE), packed)) mcache_cpu_t;
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c75 (sizeof (void *) + MCACHE_SIZE(ncpu) + CPU_CACHE_SIZE)
296 P2ROUNDUP((intptr_t)buf + sizeof (void *), CPU_CACHE_SIZE);
381 VERIFY(IS_P2ALIGNED(ccp, CPU_CACHE_SIZE));
H A Dkdebug.c172 } __attribute__(( aligned(CPU_CACHE_SIZE) ));
H A Duipc_mbuf.c871 } __attribute__((aligned(CPU_CACHE_SIZE), packed)) mtypes_cpu_t;
1541 MALLOC(buf, void *, MBUF_MTYPES_SIZE(ncpu) + CPU_CACHE_SIZE,
1545 mbuf_mtypes = (mbuf_mtypes_t *)P2ROUNDUP((intptr_t)buf, CPU_CACHE_SIZE);

Completed in 36 milliseconds