Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h42 #define cpu_has_bp_ghist 0 macro
/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h156 #ifndef cpu_has_bp_ghist
157 #define cpu_has_bp_ghist __opt(MIPS_CPU_BP_GHIST) macro
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c2073 if (cpu_has_bp_ghist) in cpu_probe()