Searched refs:INTERRUPT_EMERGENCY_SIGNAL (Results 1 – 3 of 3) sorted by relevance
68 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()
461 #define INTERRUPT_EMERGENCY_SIGNAL (1 << 6) macro
333 if ((env->pending_int & INTERRUPT_EMERGENCY_SIGNAL) && in do_ext_interrupt()344 env->pending_int &= ~INTERRUPT_EMERGENCY_SIGNAL; in do_ext_interrupt()