Searched refs:CPU_VAR (Results 1 – 3 of 3) sorted by relevance
168 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()
1572 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()
113 #define CPU_VAR(midr) (((midr) >> 20) & 0xf) macro