Searched refs:IRQS_REPLAY (Results 1 – 4 of 4) sorted by relevance
68 if (desc->istate & IRQS_REPLAY) in check_irq_resend()72 desc->istate |= IRQS_REPLAY; in check_irq_resend()
317 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_nested_irq()393 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_simple_irq()445 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_level_irq()517 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_irq()568 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_irq()633 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_eoi_irq()
34 ___PS(IRQS_REPLAY); in print_irq_desc()
53 IRQS_REPLAY = 0x00000040, enumerator