Searched refs:pcistg_service_call (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/s390x/ |
H A D | s390-pci-inst.h | 105 int pcistg_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | misc_helper.c | 760 pcistg_service_call(cpu, r1, r2, GETPC()); in HELPER()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 519 int pcistg_service_call(S390CPU *cpu, uint8_t r1, uint8_t r2, uintptr_t ra) in pcistg_service_call() function
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1327 return pcistg_service_call(cpu, r1, r2, RA_IGNORED); in kvm_pcistg_service_call()
|