Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dsmp-cps.c50 && (!config_enabled(CONFIG_CPU_MIPSR6) || !cpu_has_vp)) in core_vpe_count()
312 if (cpu_has_vp) { in cps_boot_secondary()
336 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp); in cps_boot_secondary()
419 if (cpu_has_mipsmt || cpu_has_vp) { in play_dead()
447 } else if (cpu_has_vp) { in play_dead()
553 } else if (cpu_has_vp) { in cps_cpu_die()
/arch/mips/include/asm/
Dcpu-features.h314 #ifndef cpu_has_vp
315 #define cpu_has_vp (cpu_data[0].options & MIPS_CPU_VP) macro