Searched refs:s390_cpu_virt_mem_write (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | ioinst.c | 248 if (s390_cpu_virt_mem_write(cpu, addr, ar, &crw, sizeof(crw)) == 0) { in ioinst_handle_stcrw() 318 } else if (s390_cpu_virt_mem_write(cpu, addr, ar, &schib, in ioinst_handle_stsch() 365 } else if (s390_cpu_virt_mem_write(cpu, addr, ar, &irb, irb_len) != 0) { in ioinst_handle_tsch() 711 if (!s390_cpu_virt_mem_write(cpu, addr + len, reg, res, in ioinst_handle_chsc()
|
H A D | cpu.h | 926 #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 | 1860 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 | 409 if (s390_cpu_virt_mem_write(cpu, a0, 0, &sysib, sizeof(sysib))) { in HELPER() 553 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 | 350 if (s390_cpu_virt_mem_write(cpu, env->regs[r2], r2, buffer, in clp_service_call() 1415 if (s390_cpu_virt_mem_write(cpu, fiba, ar, (uint8_t *)&fib, sizeof(fib))) { in stpcifc_service_call()
|