Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu-features.h114 #ifndef cpu_has_bp_ghist
115 #define cpu_has_bp_ghist (cpu_data[0].options & MIPS_CPU_BP_GHIST) macro
/arch/mips/kernel/
Dcpu-probe.c1685 if (cpu_has_bp_ghist) in cpu_probe()