Searched refs:cpu_has_vp (Results 1 – 7 of 7) sorted by relevance
322 if (cpu_has_vp) { in cps_boot_secondary()350 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp); in cps_boot_secondary()419 } else if (cpu_has_vp) { in cps_shutdown_this_cpu()438 if (cpu_has_mipsmt || cpu_has_vp) in cps_kexec_nonboot_cpu()484 if (cpu_has_mipsmt || cpu_has_vp) { in play_dead()598 } else if (cpu_has_vp) { in cps_cpu_die()
147 else if (cpu_has_vp) in show_cpuinfo()
443 } else if (cpu_has_vp) { in cps_gen_entry_code()
16 # define coupled_coherence cpu_has_vp
211 && (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !cpu_has_vp)) in mips_cps_numvps()
436 #ifndef cpu_has_vp437 #define cpu_has_vp __isa_ge_and_opt(6, MIPS_CPU_VP) macro
66 #define cpu_has_vp 0 macro