Home
last modified time | relevance | path

Searched refs:PGM_SPECIAL_OP (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/s390x/
H A Dcpu_loop.c128 case PGM_SPECIAL_OP: in cpu_loop()
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c491 tcg_s390_program_interrupt(env, PGM_SPECIAL_OP, GETPC()); in HELPER()
H A Dmem_helper.c2222 s390_program_interrupt(env, PGM_SPECIAL_OP, ra); in HELPER()
2257 s390_program_interrupt(env, PGM_SPECIAL_OP, ra); in HELPER()
2390 tcg_s390_program_interrupt(env, PGM_SPECIAL_OP, GETPC()); in HELPER()
2505 tcg_s390_program_interrupt(env, PGM_SPECIAL_OP, ra); in HELPER()
2536 tcg_s390_program_interrupt(env, PGM_SPECIAL_OP, ra); in HELPER()
2540 tcg_s390_program_interrupt(env, PGM_SPECIAL_OP, ra); in HELPER()
H A Dexcp_helper.c243 case PGM_SPECIAL_OP: in do_program_interrupt()
/openbmc/qemu/target/s390x/
H A Dcpu.h229 #define PGM_SPECIAL_OP 0x0013 macro