Home
last modified time | relevance | path

Searched refs:SCHIB (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dcss.c119 VMSTATE_STRUCT(pmcw, SCHIB, 0, vmstate_pmcw, PMCW),
120 VMSTATE_STRUCT(scsw, SCHIB, 0, vmstate_scsw, SCSW),
121 VMSTATE_UINT64(mba, SCHIB),
122 VMSTATE_UINT8_ARRAY(mda, SCHIB, 4),
218 VMSTATE_STRUCT(curr_status, SubchDev, 0, vmstate_schib, SCHIB),
702 SCHIB *schib = &sch->curr_status; in sch_handle_clear_func()
727 SCHIB *schib = &sch->curr_status; in sch_handle_halt_func()
1133 SCHIB *schib = &sch->curr_status; in sch_handle_start_func_virtual()
1266 SCHIB *schib = &sch->curr_status; in sch_handle_start_func_passthrough()
1283 SCHIB *schib = &sch->curr_status; in do_subchannel_work_virtual()
[all …]
H A D3270-ccw.c85 SCHIB *schib = &sch->curr_status; in emulated_ccw_3270_cb()
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h119 typedef struct SCHIB { struct
124 } QEMU_PACKED SCHIB; argument
H A Dcss.h122 SCHIB curr_status; /* Needs alignment and thus must come first */
246 IOInstEnding css_do_stsch(SubchDev *sch, SCHIB *schib);
248 IOInstEnding css_do_msch(SubchDev *sch, const SCHIB *schib);
/openbmc/qemu/hw/vfio/
H A Dccw.c129 SCHIB *schib = &sch->curr_status; in vfio_ccw_handle_store()
131 SCHIB *s; in vfio_ccw_handle_store()
157 s = (SCHIB *)region->schib_area; in vfio_ccw_handle_store()
315 SCHIB *schib = &sch->curr_status; in vfio_ccw_io_notifier_handler()
/openbmc/qemu/target/s390x/
H A Dioinst.c114 static int ioinst_schib_valid(SCHIB *schib) in ioinst_schib_valid()
137 SCHIB schib; in ioinst_handle_msch()
267 SCHIB schib; in ioinst_handle_stsch()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst289 Block (SCHIB) data to userspace::