Searched refs:CPU_REV (Results 1 – 3 of 3) sorted by relevance
171 } else if (CPU_VAR(midr) == 1 && CPU_REV(midr) <= 1) { in install_thunderx_bcast_tlbi_workaround()
1717 cpu_desc[cpu].cpu_revision = CPU_REV(midr); in identify_cpu()
114 #define CPU_REV(midr) (((midr) >> 0) & 0xf) macro