Home
last modified time | relevance | path

Searched refs:mips_vp_active (Results 1 – 3 of 3) sorted by relevance

/qemu/target/mips/
H A Dinternal.h280 static inline int mips_vp_active(CPUMIPSState *env) in mips_vp_active() function
H A Dcpu.c174 if (!mips_vp_active(env)) { in mips_cpu_has_work()
/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c51 return cpu->halted && mips_vp_active(env); in mips_vp_is_wfi()