Searched refs:INTERRUPT_EMERGENCY_SIGNAL (Results 1 – 2 of 2) sorted by relevance
67 env->pending_int |= INTERRUPT_EMERGENCY_SIGNAL; in cpu_inject_emergency_signal()169 if ((env->pending_int & INTERRUPT_EMERGENCY_SIGNAL) && in s390_cpu_has_ext_int()
450 #define INTERRUPT_EMERGENCY_SIGNAL (1 << 6) macro