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

/freebsd-13-stable/sys/arm/arm/
H A Didentcpu-v6.c212 linesize = 1 << (CPUV7_CT_xSIZE_LEN(val) + 4);
237 linesize = 1 << (CPUV7_CT_xSIZE_LEN(val) + 4);
H A Dcpufunc.c177 (CPUV7_CT_xSIZE_LEN(csize) + 4);
/freebsd-13-stable/sys/arm/include/
H A Darmreg.h373 #define CPUV7_CT_xSIZE_LEN(x) ((x) & 0x7) /* line size */ macro

Completed in 48 milliseconds