Home
last modified time | relevance | path

Searched refs:CPU_CT_ARMV7 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/arm/arm/
Dcpuinfo.c162 if (CPU_CT_FORMAT(cpuinfo.ctr) == CPU_CT_ARMV7) { in cpuinfo_init()
190 if (CPU_CT_FORMAT(cpuinfo.ctr) == CPU_CT_ARMV7) { in cpuinfo_init()
Didentcpu-v6.c381 if (CPU_CT_FORMAT(cpuinfo.ctr) == CPU_CT_ARMV7) in identify_arm_cpu()
Dcpufunc.c299 if (CPU_CT_FORMAT(ctype) == CPU_CT_ARMV7) { in get_cachetype_cp15()
/freebsd-12-stable/sys/arm/include/
Darmreg.h366 #define CPU_CT_ARMV7 0x4 macro