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

/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c529 arm_picache_line_size = 1U << (CPU_CT_xSIZE_LEN(isize) + 3);
543 arm_pdcache_line_size = 1U << (CPU_CT_xSIZE_LEN(dsize) + 3);
557 arm_dcache_l2_linesize = CPU_CT_xSIZE_LEN(dsize) + 3;
559 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
H A Dproc_reg.h357 #define CPU_CT_xSIZE_LEN(x) ((x) & 0x3) /* line size */ macro

Completed in 60 milliseconds