Home
last modified time | relevance | path

Searched refs:IRQS_REPLAY (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/irq/
Dresend.c67 if (desc->istate & IRQS_REPLAY) in check_irq_resend()
71 desc->istate |= IRQS_REPLAY; in check_irq_resend()
Dchip.c462 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_nested_irq()
539 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_simple_irq()
576 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_untracked_irq()
632 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_level_irq()
702 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_irq()
751 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_irq()
815 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_eoi_irq()
1143 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_ack_irq()
1196 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_mask_irq()
Ddebug.h38 ___PS(IRQS_REPLAY); in print_irq_desc()
Ddebugfs.c139 BIT_MASK_DESCR(IRQS_REPLAY),
Dinternals.h58 IRQS_REPLAY = 0x00000040, enumerator