Home
last modified time | relevance | path

Searched refs:CPU_CT_xSIZE_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Didentcpu-v6.c153 picache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8); in print_v5_cache()
168 pdcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8); in print_v5_cache()
/f-stack/freebsd/arm/include/
H A Darmreg.h364 #define CPU_CT_xSIZE_SIZE(x) (((x) >> 6) & 0x7) /* size */ macro