Home
last modified time | relevance | path

Searched refs:CRW (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h208 typedef struct CRW { struct
211 } CRW; argument
212 QEMU_BUILD_BUG_MSG(sizeof(CRW) != 4, "size of CRW is wrong");
H A Dcss.h211 void css_crw_add_to_queue(CRW crw);
255 int css_do_stcrw(CRW *crw);
256 void css_undo_stcrw(CRW *crw);
/openbmc/qemu/hw/s390x/
H A Dcss.c29 CRW crw;
38 VMSTATE_UINT16(flags, CRW),
39 VMSTATE_UINT16(rsid, CRW),
49 VMSTATE_STRUCT(crw, CrwContainer, 0, vmstate_crw, CRW),
1850 static void copy_crw_to_guest(CRW *dest, const CRW *src) in copy_crw_to_guest()
1856 int css_do_stcrw(CRW *crw) in css_do_stcrw()
1877 static void copy_crw_from_guest(CRW *dest, const CRW *src) in copy_crw_from_guest()
1883 void css_undo_stcrw(CRW *crw) in css_undo_stcrw()
2292 void css_crw_add_to_queue(CRW crw) in css_crw_add_to_queue()
2322 CRW crw; in css_queue_crw()
/openbmc/qemu/hw/vfio/
H A Dccw.c259 CRW crw; in vfio_ccw_crw_read()
279 memcpy(&crw, &region->crw, sizeof(CRW)); in vfio_ccw_crw_read()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst304 The vfio-ccw crw region is used to return Channel Report Word (CRW)
314 Reading this region returns a CRW if one that is relevant for this
/openbmc/qemu/target/s390x/
H A Dioinst.c229 CRW crw; in ioinst_handle_stcrw()