Searched refs:s390_cpu_pv_mem_write (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | ioinst.c | 245 s390_cpu_pv_mem_write(cpu, addr, &crw, sizeof(crw)); in ioinst_handle_stcrw() 317 s390_cpu_pv_mem_write(cpu, addr, &schib, sizeof(schib)); in ioinst_handle_stsch() 364 s390_cpu_pv_mem_write(cpu, addr, &irb, irb_len); in ioinst_handle_tsch() 708 s390_cpu_pv_mem_write(cpu, addr + len, res, be16_to_cpu(res->len)); in ioinst_handle_chsc()
|
H A D | diag.c | 170 s390_cpu_pv_mem_write(cpu, 0, iplb, be32_to_cpu(iplb->len)); in handle_diag_308()
|
H A D | cpu.h | 937 #define s390_cpu_pv_mem_write(cpu, offset, dest, len) \ macro
|
/openbmc/qemu/hw/s390x/ |
H A D | sclp.c | 289 s390_cpu_pv_mem_write(env_archcpu(env), 0, work_sccb, in sclp_service_call_protected()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1858 s390_cpu_pv_mem_write(cpu, 0, &sysib, sizeof(sysib)); in insert_stsi_3_2_2()
|