Home
last modified time | relevance | path

Searched refs:CPU_INTERRUPT_WAKE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dexception.c72 cpu_reset_interrupt(cs, CPU_INTERRUPT_WAKE); in helper_wait()
/openbmc/qemu/target/mips/
H A Dcpu.c161 if (cs->interrupt_request & CPU_INTERRUPT_WAKE) { in mips_cpu_has_work()
171 if (cs->interrupt_request & CPU_INTERRUPT_WAKE) { in mips_cpu_has_work()
H A Dcpu.h1313 #define CPU_INTERRUPT_WAKE CPU_INTERRUPT_TGT_INT_0 macro
/openbmc/qemu/hw/misc/
H A Dmips_itu.c176 cpu_interrupt(cs, CPU_INTERRUPT_WAKE); in wake_blocked_threads()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c62 cpu_interrupt(CPU(c), CPU_INTERRUPT_WAKE); in mips_vpe_wake()
75 cpu_reset_interrupt(cs, CPU_INTERRUPT_WAKE); in mips_vpe_sleep()