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

/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c504 arm_dcache_align = 1 << (CPUV7_CT_xSIZE_LEN(csize) + 4);
748 linesize = 1 << (CPUV7_CT_xSIZE_LEN(reg) + 4);
775 linesize = 1 << (CPUV7_CT_xSIZE_LEN(reg) + 4);
H A Dproc_reg.h369 #define CPUV7_CT_xSIZE_LEN(x) ((x) & 0x7) /* line size */ macro

Completed in 13 milliseconds