Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dinterrupt.c109 env->pending_int |= INTERRUPT_STOP; in cpu_inject_stop()
226 return env->pending_int & INTERRUPT_STOP; in s390_cpu_has_stop_int()
H A Dsigp.c493 env->pending_int &= ~INTERRUPT_STOP; in do_stop_interrupt()
H A Dcpu.h472 #define INTERRUPT_STOP (1 << 8) macro