Searched refs:PGM_SPECIAL_OP (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 128 case PGM_SPECIAL_OP: in cpu_loop()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | cc_helper.c | 491 tcg_s390_program_interrupt(env, PGM_SPECIAL_OP, GETPC()); in HELPER()
|
H A D | mem_helper.c | 2222 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 D | excp_helper.c | 243 case PGM_SPECIAL_OP: in do_program_interrupt()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.h | 229 #define PGM_SPECIAL_OP 0x0013 macro
|