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

/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c530 if (CPU_CT_xSIZE_ASSOC(isize) == 0) {
536 arm_picache_ways = multiplier << (CPU_CT_xSIZE_ASSOC(isize) - 1);
544 if (CPU_CT_xSIZE_ASSOC(dsize) == 0) {
550 arm_pdcache_ways = multiplier << (CPU_CT_xSIZE_ASSOC(dsize) - 1);
556 arm_dcache_l2_assoc = CPU_CT_xSIZE_ASSOC(dsize) + multiplier - 2;
559 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
H A Dproc_reg.h359 #define CPU_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x7) /* associativity */ macro

Completed in 76 milliseconds