Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dcpu_errata.c168 if (CPU_VAR(midr) == 0) { in install_thunderx_bcast_tlbi_workaround()
171 } else if (CPU_VAR(midr) == 1 && CPU_REV(midr) <= 1) { in install_thunderx_bcast_tlbi_workaround()
H A Didentcpu.c1572 if (cpu == 0 && CPU_VAR(PCPU_GET(midr)) == 0 && in print_cpu_features()
1718 cpu_desc[cpu].cpu_variant = CPU_VAR(midr); in identify_cpu()
/f-stack/freebsd/arm64/include/
H A Dcpu.h113 #define CPU_VAR(midr) (((midr) >> 20) & 0xf) macro