Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dsmp-cps.c646 if (cpu_has_vp) { in cps_boot_secondary()
677 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp); in cps_boot_secondary()
751 } else if (cpu_has_vp) { in cps_shutdown_this_cpu()
770 if (cpu_has_mipsmt || cpu_has_vp) in cps_kexec_nonboot_cpu()
816 if (cpu_has_mipsmt || cpu_has_vp) { in play_dead()
929 } else if (cpu_has_vp) { in cps_cleanup_dead_cpu()
/linux/arch/mips/include/asm/
H A Dpm-cps.h16 # define coupled_coherence cpu_has_vp
H A Dcpu-features.h446 #ifndef cpu_has_vp
447 #define cpu_has_vp __isa_ge_and_opt(6, MIPS_CPU_VP) macro
/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h64 #define cpu_has_vp 0 macro