Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dinterrupt.c108 env->pending_int |= INTERRUPT_STOP; in cpu_inject_stop()
225 return env->pending_int & INTERRUPT_STOP; in s390_cpu_has_stop_int()
H A Dcpu.h452 #define INTERRUPT_STOP (1 << 8) macro