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

/freebsd-10.3-release/sys/arm/arm/
H A Delf_trampoline.c340 arm_picache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8);
355 arm_pdcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8);
361 arm_dcache_l2_nsets = 6 + CPU_CT_xSIZE_SIZE(dsize) -
H A Dcpufunc.c934 arm_picache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8);
949 arm_pdcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8);
955 arm_dcache_l2_nsets = 6 + CPU_CT_xSIZE_SIZE(dsize) -
/freebsd-10.3-release/sys/arm/include/
H A Darmreg.h334 #define CPU_CT_xSIZE_SIZE(x) (((x) >> 6) & 0x7) /* size */ macro

Completed in 55 milliseconds