Home
last modified time | relevance | path

Searched refs:EXCP_PGM (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/s390x/
H A Dcpu_loop.c110 case EXCP_PGM: in cpu_loop()
/openbmc/qemu/target/s390x/
H A Dinterrupt.c28 cs->exception_index = EXCP_PGM; in trigger_pgm_exception()
H A Dcpu.h461 #define EXCP_PGM 3 /* program interruption */ macro
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c531 case EXCP_PGM: in s390_cpu_do_interrupt()
H A Dmisc_helper.c639 cs->exception_index = EXCP_PGM; in HELPER()
H A Dtranslate.c446 gen_exception(EXCP_PGM); in gen_program_exception()