Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h58 #define SCSW_ACTL_RESUME_PEND 0x0800 macro
/openbmc/qemu/hw/s390x/
H A Dcss.c1161 schib->scsw.ctrl &= ~(SCSW_ACTL_SUSP | SCSW_ACTL_RESUME_PEND); in sch_handle_start_func_virtual()
1510 (SCSW_ACTL_RESUME_PEND | SCSW_ACTL_START_PEND | SCSW_ACTL_SUSP))) || in css_do_xsch()
1517 SCSW_ACTL_RESUME_PEND | in css_do_xsch()
1823 schib->scsw.ctrl &= ~(SCSW_ACTL_RESUME_PEND | in css_do_tsch_update_subch()
1833 schib->scsw.ctrl &= ~(SCSW_ACTL_RESUME_PEND | in css_do_tsch_update_subch()
1839 schib->scsw.ctrl &= ~SCSW_ACTL_RESUME_PEND; in css_do_tsch_update_subch()
1968 (schib->scsw.ctrl & SCSW_ACTL_RESUME_PEND) || in css_do_rsch()
1978 schib->scsw.ctrl |= SCSW_ACTL_RESUME_PEND; in css_do_rsch()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h79 #define SCSW_ACTL_RESUME_PEND 0x0800 macro
H A Dcio.c202 if (irb->scsw.ctrl & SCSW_ACTL_RESUME_PEND) { in print_irb_err()
/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h156 #define SCSW_ACTL_RESUME_PEND 0x40 macro
/openbmc/linux/drivers/s390/cio/
H A Dcio.c199 sch->schib.scsw.cmd.actl |= SCSW_ACTL_RESUME_PEND; in cio_resume()