Searched refs:PGM_PRIVILEGED (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 166 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in clp_service_call() 431 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in pcilg_service_call() 530 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in pcistg_service_call() 707 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in rpcit_service_call() 840 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in pcistb_service_call() 1163 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in mpcifc_service_call() 1342 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in stpcifc_service_call()
|
H A D | cpu-topology.c | 119 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in s390_handle_ptf()
|
H A D | sclp.c | 305 return -PGM_PRIVILEGED; in sclp_service_call()
|
H A D | css.c | 659 r = -PGM_PRIVILEGED; in css_do_sic()
|
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 114 case PGM_PRIVILEGED: in cpu_loop()
|
/openbmc/qemu/target/s390x/ |
H A D | diag.c | 86 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in handle_diag_308()
|
H A D | cpu.h | 212 #define PGM_PRIVILEGED 0x0002 macro
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | cc_helper.c | 505 tcg_s390_program_interrupt(env, PGM_PRIVILEGED, GETPC()); in HELPER()
|
H A D | excp_helper.c | 229 case PGM_PRIVILEGED: in do_program_interrupt()
|
H A D | mem_helper.c | 2226 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in HELPER() 2261 s390_program_interrupt(env, PGM_PRIVILEGED, ra); in HELPER() 2543 tcg_s390_program_interrupt(env, PGM_PRIVILEGED, ra); in HELPER()
|
H A D | translate.c | 6269 gen_program_exception(s, PGM_PRIVILEGED); in translate_one()
|