Home
last modified time | relevance | path

Searched refs:cpu_has_vp (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Dsmp-cps.c326 if (cpu_has_vp) { in cps_boot_secondary()
354 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp); in cps_boot_secondary()
441 if (cpu_has_mipsmt || cpu_has_vp) { in play_dead()
467 } else if (cpu_has_vp) { in play_dead()
573 } else if (cpu_has_vp) { in cps_cpu_die()
Dproc.c143 else if (cpu_has_vp) in show_cpuinfo()
Dpm-cps.c447 } else if (cpu_has_vp) { in cps_gen_entry_code()
/Linux-v4.19/arch/mips/include/asm/
Dpm-cps.h20 # define coupled_coherence cpu_has_vp
Dcpu-features.h394 #ifndef cpu_has_vp
395 #define cpu_has_vp __isa_ge_and_opt(6, MIPS_CPU_VP) macro
Dmips-cps.h215 && (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !cpu_has_vp)) in mips_cps_numvps()
/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h66 #define cpu_has_vp 0 macro