Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dsmp-cps.c630 if (cpu_has_vp) { in cps_boot_secondary()
661 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp); in cps_boot_secondary()
735 } else if (cpu_has_vp) { in cps_shutdown_this_cpu()
754 if (cpu_has_mipsmt || cpu_has_vp) in cps_kexec_nonboot_cpu()
800 if (cpu_has_mipsmt || cpu_has_vp) { in play_dead()
913 } else if (cpu_has_vp) { in cps_cleanup_dead_cpu()
H A Dproc.c289 else if (cpu_has_vp) in show_cpuinfo()
H A Dpm-cps.c439 } else if (cpu_has_vp) { in cps_gen_entry_code()
/linux-6.15/arch/mips/include/asm/
H A Dpm-cps.h16 # define coupled_coherence cpu_has_vp
H A Dmips-cps.h207 && (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !cpu_has_vp)) in mips_cps_numvps()
H A Dcpu-features.h446 #ifndef cpu_has_vp
447 #define cpu_has_vp __isa_ge_and_opt(6, MIPS_CPU_VP) macro
/linux-6.15/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h64 #define cpu_has_vp 0 macro