Searched refs:ChscReq (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | ioinst.c | 384 typedef struct ChscReq { struct 390 } QEMU_PACKED ChscReq; typedef 414 static void ioinst_handle_chsc_scpd(ChscReq *req, ChscResp *res) in ioinst_handle_chsc_scpd() 471 static void ioinst_handle_chsc_scsc(ChscReq *req, ChscResp *res) in ioinst_handle_chsc_scsc() 529 static void ioinst_handle_chsc_sda(ChscReq *req, ChscResp *res) in ioinst_handle_chsc_sda() 604 static void ioinst_handle_chsc_sei(ChscReq *req, ChscResp *res) in ioinst_handle_chsc_sei() 648 ChscReq *req; in ioinst_handle_chsc() 673 s390_cpu_pv_mem_read(cpu, addr, buf, sizeof(ChscReq)); in ioinst_handle_chsc() 674 } else if (s390_cpu_virt_mem_read(cpu, addr, reg, buf, sizeof(ChscReq))) { in ioinst_handle_chsc() 678 req = (ChscReq *)buf; in ioinst_handle_chsc()
|