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

/freebsd-10.3-release/sys/arm/arm/
H A Delf_trampoline.c330 arm_picache_line_size = 1U << (CPU_CT_xSIZE_LEN(isize) + 3);
345 arm_pdcache_line_size = 1U << (CPU_CT_xSIZE_LEN(dsize) + 3);
360 arm_dcache_l2_linesize = CPU_CT_xSIZE_LEN(dsize) + 3;
362 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
H A Dcpufunc.c924 arm_picache_line_size = 1U << (CPU_CT_xSIZE_LEN(isize) + 3);
939 arm_pdcache_line_size = 1U << (CPU_CT_xSIZE_LEN(dsize) + 3);
954 arm_dcache_l2_linesize = CPU_CT_xSIZE_LEN(dsize) + 3;
956 CPU_CT_xSIZE_ASSOC(dsize) - CPU_CT_xSIZE_LEN(dsize);
/freebsd-10.3-release/sys/arm/include/
H A Darmreg.h331 #define CPU_CT_xSIZE_LEN(x) ((x) & 0x3) /* line size */ macro

Completed in 109 milliseconds