Home
last modified time | relevance | path

Searched refs:SCSW (Results 1 – 25 of 46) sorted by last modified time

12

/dports/emulators/qemu/qemu-6.2.0/include/hw/s390x/
H A Dioinst.h21 typedef struct SCSW { struct
28 } SCSW; typedef
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);
/dports/emulators/qemu/qemu-6.2.0/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()
322 SCSW s; in vfio_ccw_io_notifier_handler()
/dports/emulators/qemu/qemu-6.2.0/hw/s390x/
H A Dcss.c81 VMSTATE_UINT16(flags, SCSW), in virtual_css_bus_class_init()
82 VMSTATE_UINT16(ctrl, SCSW), in virtual_css_bus_class_init()
83 VMSTATE_UINT32(cpa, SCSW), in virtual_css_bus_class_init()
84 VMSTATE_UINT8(dstat, SCSW), in virtual_css_bus_class_init()
85 VMSTATE_UINT8(cstat, SCSW), in virtual_css_bus_class_init()
86 VMSTATE_UINT16(count, SCSW), in virtual_css_bus_class_init()
1336 void copy_scsw_to_guest(SCSW *dest, const SCSW *src)
1354 SCSW src_scsw, dest_scsw;
1412 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src)
1430 SCSW src_scsw, dest_scsw;
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/s390x/
H A Dioinst.h21 typedef struct SCSW {
28 } SCSW;
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);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/s390x/
H A Dcss.c81 VMSTATE_UINT16(flags, SCSW),
82 VMSTATE_UINT16(ctrl, SCSW),
83 VMSTATE_UINT32(cpa, SCSW),
84 VMSTATE_UINT8(dstat, SCSW),
85 VMSTATE_UINT8(cstat, SCSW),
86 VMSTATE_UINT16(count, SCSW),
1336 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest()
1354 SCSW src_scsw, dest_scsw; in copy_schib_to_guest()
1412 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest()
1430 SCSW src_scsw, dest_scsw; in copy_schib_from_guest()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/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()
322 SCSW s; in vfio_ccw_io_notifier_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/s390/
H A Dvfio-ccw.rst210 guest ORB, and scsw_area should be filled with the SCSW of the Virtual
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/s390/
H A Dvfio-ccw.rst210 guest ORB, and scsw_area should be filled with the SCSW of the Virtual
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/s390/
H A Dvfio-ccw.rst210 guest ORB, and scsw_area should be filled with the SCSW of the Virtual
/dports/emulators/qemu60/qemu-6.0.0/include/hw/s390x/
H A Dcss.h203 void copy_scsw_to_guest(SCSW *dest, const SCSW *src);
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;
128 SCSW scsw;
/dports/emulators/qemu60/qemu-6.0.0/hw/s390x/
H A Dcss.c82 VMSTATE_UINT16(flags, SCSW),
83 VMSTATE_UINT16(ctrl, SCSW),
84 VMSTATE_UINT32(cpa, SCSW),
85 VMSTATE_UINT8(dstat, SCSW),
86 VMSTATE_UINT8(cstat, SCSW),
87 VMSTATE_UINT16(count, SCSW),
1307 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest()
1325 SCSW src_scsw, dest_scsw; in copy_schib_to_guest()
1375 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest()
1393 SCSW src_scsw, dest_scsw; in copy_schib_from_guest()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/vfio/
H A Dccw.c91 QEMU_BUILD_BUG_ON(sizeof(region->scsw_area) != sizeof(SCSW)); in vfio_ccw_handle_request()
97 memcpy(region->scsw_area, &sch->curr_status.scsw, sizeof(SCSW)); in vfio_ccw_handle_request()
323 SCSW s; in vfio_ccw_io_notifier_handler()
/dports/emulators/qemu5/qemu-5.2.0/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()
307 SCSW s; in vfio_ccw_io_notifier_handler()
/dports/emulators/qemu5/qemu-5.2.0/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;
128 SCSW scsw;
H A Dcss.h204 void copy_scsw_to_guest(SCSW *dest, const SCSW *src);
/dports/emulators/qemu5/qemu-5.2.0/hw/s390x/
H A Dcss.c82 VMSTATE_UINT16(flags, SCSW),
83 VMSTATE_UINT16(ctrl, SCSW),
84 VMSTATE_UINT32(cpa, SCSW),
85 VMSTATE_UINT8(dstat, SCSW),
86 VMSTATE_UINT8(cstat, SCSW),
87 VMSTATE_UINT16(count, SCSW),
1305 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest()
1323 SCSW src_scsw, dest_scsw; in copy_schib_to_guest()
1373 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest()
1391 SCSW src_scsw, dest_scsw; in copy_schib_from_guest()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/s390x/
H A Dcss.h204 void copy_scsw_to_guest(SCSW *dest, const SCSW *src);
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;
128 SCSW scsw;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/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()
224 SCSW s; in vfio_ccw_io_notifier_handler()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/s390x/
H A Dcss.c82 VMSTATE_UINT16(flags, SCSW),
83 VMSTATE_UINT16(ctrl, SCSW),
84 VMSTATE_UINT32(cpa, SCSW),
85 VMSTATE_UINT8(dstat, SCSW),
86 VMSTATE_UINT8(cstat, SCSW),
87 VMSTATE_UINT16(count, SCSW),
1306 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest()
1324 SCSW src_scsw, dest_scsw; in copy_schib_to_guest()
1365 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest()
1383 SCSW src_scsw, dest_scsw; in copy_schib_from_guest()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/hw/s390x/
H A Dcss.h204 void copy_scsw_to_guest(SCSW *dest, const SCSW *src);
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;
128 SCSW scsw;

12