Home
last modified time | relevance | path

Searched refs:s390_cpu_pv_mem_write (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dioinst.c245 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 Ddiag.c170 s390_cpu_pv_mem_write(cpu, 0, iplb, be32_to_cpu(iplb->len)); in handle_diag_308()
H A Dcpu.h937 #define s390_cpu_pv_mem_write(cpu, offset, dest, len) \ macro
/openbmc/qemu/hw/s390x/
H A Dsclp.c289 s390_cpu_pv_mem_write(env_archcpu(env), 0, work_sccb, in sclp_service_call_protected()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1858 s390_cpu_pv_mem_write(cpu, 0, &sysib, sizeof(sysib)); in insert_stsi_3_2_2()