Searched refs:stctl (Results 1 – 6 of 6) sorted by relevance
77 unsigned int stctl; /* accumulated status control from irb */ member
72 __u32 stctl : 5; /* status control */ member
15 stctl %c0,%c0,.Lctlsave-.Lpg0(%r13)
2393 unsigned int stctl; /* status control */ in s390_process_IRQ() local2538 if (dp->ii.irb.scsw.stctl in s390_process_IRQ()2547 if (!((dp->ii.irb.scsw.stctl & SCSW_STCTL_STATUS_PEND) in s390_process_IRQ()2597 } else if ((dp->ii.irb.scsw.stctl == SCSW_STCTL_STATUS_PEND) in s390_process_IRQ()2600 } else if ((dp->ii.irb.scsw.stctl == in s390_process_IRQ()2639 stctl = dp->ii.irb.scsw.stctl; in s390_process_IRQ()2654 ioinfo[irq]->stctl |= stctl; in s390_process_IRQ()2656 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) in s390_process_IRQ()2657 || (stctl == in s390_process_IRQ()2659 || (stctl == SCSW_STCTL_STATUS_PEND); in s390_process_IRQ()[all …]