Searched refs:s390_cpu_virt_mem_check_write (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/s390x/ |
| H A D | ioinst.c | 292 if (!s390_cpu_virt_mem_check_write(cpu, addr, ar, sizeof(schib))) { in ioinst_handle_stsch() 328 s390_cpu_virt_mem_check_write(cpu, addr, ar, sizeof(schib)) != 0) { in ioinst_handle_stsch() 376 s390_cpu_virt_mem_check_write(cpu, addr, ar, irb_len) != 0) { in ioinst_handle_tsch()
|
| H A D | cpu.h | 910 #define s390_cpu_virt_mem_check_write(cpu, laddr, ar, len) \ macro
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | mem_helper.c | 2083 if (!s390_cpu_virt_mem_check_write(cpu, a1, 0, 1)) { in HELPER()
|