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 | 290 if (!s390_cpu_virt_mem_check_write(cpu, addr, ar, sizeof(schib))) { in ioinst_handle_stsch() 326 s390_cpu_virt_mem_check_write(cpu, addr, ar, sizeof(schib)) != 0) { in ioinst_handle_stsch() 374 s390_cpu_virt_mem_check_write(cpu, addr, ar, irb_len) != 0) { in ioinst_handle_tsch()
|
H A D | cpu.h | 930 #define s390_cpu_virt_mem_check_write(cpu, laddr, ar, len) \ macro
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 2067 if (!s390_cpu_virt_mem_check_write(cpu, a1, 0, 1)) { in HELPER()
|