Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h238 static inline int mips_vpe_active(CPUMIPSState *env) in mips_vpe_active() function
H A Dcpu.c169 if (!mips_vpe_active(env)) { in mips_cpu_has_work()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c44 return cpu->halted && mips_vpe_active(env); in mips_vpe_is_wfi()
84 if (mips_vpe_active(c) && !mips_vpe_is_wfi(cpu)) { in mips_tc_wake()
94 if (!mips_vpe_active(c)) { in mips_tc_sleep()