Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h42 #define cpu_has_bp_ghist 0 macro
/Linux-v5.4/arch/mips/include/asm/
Dcpu-features.h174 #ifndef cpu_has_bp_ghist
175 #define cpu_has_bp_ghist __opt(MIPS_CPU_BP_GHIST) macro
/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c2161 if (cpu_has_bp_ghist) in cpu_probe()