Searched refs:CPU_CT_xSIZE_SIZE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c538 arm_picache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8);
552 arm_pdcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8);
558 arm_dcache_l2_nsets = 6 + CPU_CT_xSIZE_SIZE(dsize) -
H A Dproc_reg.h360 #define CPU_CT_xSIZE_SIZE(x) (((x) >> 6) & 0x7) /* size */ macro

Completed in 26 milliseconds