Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h21 typedef struct SCSW { struct
28 } SCSW; argument
29 QEMU_BUILD_BUG_MSG(sizeof(SCSW) != 12, "size of SCSW is wrong");
121 SCSW scsw;
138 SCSW scsw;
H A Dcss.h206 void copy_scsw_to_guest(SCSW *dest, const SCSW *src);
/openbmc/qemu/hw/s390x/
H A Dcss.c83 VMSTATE_UINT16(flags, SCSW),
84 VMSTATE_UINT16(ctrl, SCSW),
85 VMSTATE_UINT32(cpa, SCSW),
86 VMSTATE_UINT8(dstat, SCSW),
87 VMSTATE_UINT8(cstat, SCSW),
88 VMSTATE_UINT16(count, SCSW),
1341 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest()
1359 SCSW src_scsw, dest_scsw; in copy_schib_to_guest()
1417 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest()
1435 SCSW src_scsw, dest_scsw; in copy_schib_from_guest()
[all …]
/openbmc/qemu/hw/vfio/
H A Dccw.c90 QEMU_BUILD_BUG_ON(sizeof(region->scsw_area) != sizeof(SCSW)); in vfio_ccw_handle_request()
96 memcpy(region->scsw_area, &sch->curr_status.scsw, sizeof(SCSW)); in vfio_ccw_handle_request()
316 SCSW s; in vfio_ccw_io_notifier_handler()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst210 guest ORB, and scsw_area should be filled with the SCSW of the Virtual
223 SCSW specified a function other than the start function.