Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Didentcpu-v6.c210 ways = CPUV7_CT_xSIZE_ASSOC(val) + 1; in print_v7_cache()
235 ways = CPUV7_CT_xSIZE_ASSOC(val) + 1; in print_v7_cache()
/f-stack/freebsd/arm/include/
H A Darmreg.h374 #define CPUV7_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x3ff) /* associativity */ macro