Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm/arm/
Didentcpu-v6.c214 linesize = 1 << (CPUV7_CT_xSIZE_LEN(val) + 4); in print_v7_cache()
239 linesize = 1 << (CPUV7_CT_xSIZE_LEN(val) + 4); in print_v7_cache()
Dcpufunc.c315 (CPUV7_CT_xSIZE_LEN(csize) + 4); in get_cachetype_cp15()
/freebsd-12-stable/sys/arm/include/
Darmreg.h373 #define CPUV7_CT_xSIZE_LEN(x) ((x) & 0x7) /* line size */ macro