Home
last modified time | relevance | path

Searched refs:SCSW_FCTL_START_FUNC (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h50 #define SCSW_FCTL_START_FUNC 0x4000 macro
/openbmc/qemu/hw/s390x/
H A Dcss.c1260 } else if (schib->scsw.ctrl & SCSW_FCTL_START_FUNC) { in do_subchannel_work_virtual()
1277 } else if (schib->scsw.ctrl & SCSW_FCTL_START_FUNC) { in do_subchannel_work_passthrough()
1435 (SCSW_FCTL_START_FUNC|SCSW_FCTL_HALT_FUNC|SCSW_FCTL_CLEAR_FUNC)) { in css_do_msch()
1479 ((schib->scsw.ctrl & SCSW_CTRL_MASK_FCTL) != SCSW_FCTL_START_FUNC) || in css_do_xsch()
1487 schib->scsw.ctrl &= ~(SCSW_FCTL_START_FUNC | in css_do_xsch()
1556 schib->scsw.ctrl &= ~SCSW_FCTL_START_FUNC; in css_do_hsch()
1623 if (schib->scsw.ctrl & (SCSW_FCTL_START_FUNC | in css_do_ssch()
1644 schib->scsw.ctrl |= (SCSW_FCTL_START_FUNC | SCSW_ACTL_START_PEND); in css_do_ssch()
1801 (fctl & SCSW_FCTL_START_FUNC)) { in css_do_tsch_update_subch()
1938 if (((schib->scsw.ctrl & SCSW_CTRL_MASK_FCTL) != SCSW_FCTL_START_FUNC) || in css_do_rsch()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h74 #define SCSW_FCTL_START_FUNC 0x4000 macro
H A Dcio.c189 if (irb->scsw.ctrl & SCSW_FCTL_START_FUNC) { in print_irb_err()