Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dinterrupt.c68 env->pending_int |= INTERRUPT_EMERGENCY_SIGNAL; in cpu_inject_emergency_signal()
170 if ((env->pending_int & INTERRUPT_EMERGENCY_SIGNAL) && in s390_cpu_has_ext_int()
H A Dcpu.h461 #define INTERRUPT_EMERGENCY_SIGNAL (1 << 6) macro
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c333 if ((env->pending_int & INTERRUPT_EMERGENCY_SIGNAL) && in do_ext_interrupt()
344 env->pending_int &= ~INTERRUPT_EMERGENCY_SIGNAL; in do_ext_interrupt()