Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dsigp.c141 cpu->env.sigp_order = SIGP_STOP_STORE_STATUS; in sigp_stop_and_store_status()
394 case SIGP_STOP_STORE_STATUS: in handle_sigp_single_dst()
499 if (cpu->env.sigp_order == SIGP_STOP_STORE_STATUS) { in do_stop_interrupt()
H A Dcpu.h762 #define SIGP_STOP_STORE_STATUS 0x09 macro