Searched refs:s390_cpu_pv_mem_read (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | diag.c | 120 s390_cpu_pv_mem_read(cpu, 0, iplb, sizeof(iplb->len)); in handle_diag_308() 131 s390_cpu_pv_mem_read(cpu, 0, iplb, be32_to_cpu(iplb->len)); in handle_diag_308()
|
H A D | ioinst.c | 148 s390_cpu_pv_mem_read(cpu, addr, &schib, sizeof(schib)); in ioinst_handle_msch() 207 s390_cpu_pv_mem_read(cpu, addr, &orig_orb, sizeof(orb)); in ioinst_handle_ssch() 673 s390_cpu_pv_mem_read(cpu, addr, buf, sizeof(ChscReq)); in ioinst_handle_chsc()
|
H A D | cpu.h | 935 #define s390_cpu_pv_mem_read(cpu, offset, dest, len) \ macro
|
/openbmc/qemu/hw/s390x/ |
H A D | sclp.c | 276 s390_cpu_pv_mem_read(env_archcpu(env), 0, &header, sizeof(SCCBHeader)); in sclp_service_call_protected() 279 s390_cpu_pv_mem_read(env_archcpu(env), 0, work_sccb, in sclp_service_call_protected()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1806 s390_cpu_pv_mem_read(cpu, 0, &sysib, sizeof(sysib)); in insert_stsi_3_2_2()
|