Searched refs:IRQS_REPLAY (Results 1 – 5 of 5) sorted by relevance
69 if (desc->istate & IRQS_REPLAY) in check_irq_resend()73 desc->istate |= IRQS_REPLAY; in check_irq_resend()
468 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_nested_irq()545 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_simple_irq()582 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_untracked_irq()638 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_level_irq()708 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_irq()790 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_irq()854 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_eoi_irq()1215 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_ack_irq()1268 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_mask_irq()
38 ___PS(IRQS_REPLAY); in print_irq_desc()
140 BIT_MASK_DESCR(IRQS_REPLAY),
59 IRQS_REPLAY = 0x00000040, enumerator