Searched refs:s390_cpu_virt_mem_write (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/s390x/ |
| H A D | ioinst.c | 250 if (s390_cpu_virt_mem_write(cpu, addr, ar, &crw, sizeof(crw)) == 0) { in ioinst_handle_stcrw() 320 } else if (s390_cpu_virt_mem_write(cpu, addr, ar, &schib, in ioinst_handle_stsch() 367 } else if (s390_cpu_virt_mem_write(cpu, addr, ar, &irb, irb_len) != 0) { in ioinst_handle_tsch() 719 if (!s390_cpu_virt_mem_write(cpu, addr + len, reg, res, in ioinst_handle_chsc()
|
| H A D | cpu.h | 906 #define s390_cpu_virt_mem_write(cpu, laddr, ar, dest, len) \ macro
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | stsi-topology.c | 331 if (!s390_cpu_virt_mem_write(cpu, addr, ar, &sysib, length)) { in insert_stsi_15_1_x()
|
| H A D | kvm.c | 1844 s390_cpu_virt_mem_write(cpu, addr, ar, &sysib, sizeof(sysib)); in insert_stsi_3_2_2()
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | misc_helper.c | 418 if (s390_cpu_virt_mem_write(cpu, a0, 0, &sysib, sizeof(sysib))) { in HELPER() 562 if (s390_cpu_virt_mem_write(cpu, addr, 0, &intc, sizeof(intc))) { in HELPER()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | s390-pci-inst.c | 353 if (s390_cpu_virt_mem_write(cpu, env->regs[r2], r2, buffer, in clp_service_call() 1426 if (s390_cpu_virt_mem_write(cpu, fiba, ar, (uint8_t *)&fib, sizeof(fib))) { in stpcifc_service_call()
|