Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c523 cs->exception_index = EXCP_STOP; in s390_cpu_do_interrupt()
545 case EXCP_STOP: in s390_cpu_do_interrupt()
/openbmc/qemu/target/s390x/
H A Dcpu.h454 #define EXCP_STOP 5 /* stop interrupt */ macro