Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsmp-cps.c322 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()
436 if (cpu_has_mipsmt || cpu_has_vp) in cps_kexec_nonboot_cpu()
482 if (cpu_has_mipsmt || cpu_has_vp) { in play_dead()
596 } else if (cpu_has_vp) { in cps_cpu_die()
H A Dproc.c151 else if (cpu_has_vp) in show_cpuinfo()
H A Dpm-cps.c443 } else if (cpu_has_vp) { in cps_gen_entry_code()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpm-cps.h16 # define coupled_coherence cpu_has_vp
H A Dcpu-features.h431 #ifndef cpu_has_vp
432 #define cpu_has_vp __isa_ge_and_opt(6, MIPS_CPU_VP) macro
H A Dmips-cps.h211 && (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !cpu_has_vp)) in mips_cps_numvps()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h65 #define cpu_has_vp 0 macro