Home
last modified time | relevance | path

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

/trueos/sys/arm/arm/
HDidentcpu.c465 ways = CPUV7_CT_xSIZE_ASSOC(reg) + 1; in identify_arm_cpu()
488 ways = CPUV7_CT_xSIZE_ASSOC(reg) + 1; in identify_arm_cpu()
/trueos/sys/arm/include/
HDarmreg.h344 #define CPUV7_CT_xSIZE_ASSOC(x) (((x) >> 3) & 0x3ff) /* associativity */ macro