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

/linux-master/arch/mips/include/asm/
H A Dpm-cps.h16 # define coupled_coherence cpu_has_vp
H A Dmips-cps.h206 && (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !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-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h64 #define cpu_has_vp 0 macro
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c409 if (cpu_has_vp) {
436 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp);
510 } else if (cpu_has_vp) {
529 if (cpu_has_mipsmt || cpu_has_vp)
573 if (cpu_has_mipsmt || cpu_has_vp) {
682 } else if (cpu_has_vp) {
H A Dproc.c290 else if (cpu_has_vp)
H A Dpm-cps.c437 } else if (cpu_has_vp) {

Completed in 112 milliseconds