Searched refs:IRQS_REPLAY (Results 1 - 4 of 4) sorted by relevance

/kernel/irq/
H A Dresend.c68 if (desc->istate & IRQS_REPLAY)
72 desc->istate |= IRQS_REPLAY;
H A Ddebug.h34 ___PS(IRQS_REPLAY);
H A Dchip.c314 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING);
390 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING);
442 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING);
514 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING);
565 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING);
630 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING);
H A Dinternals.h43 * IRQS_REPLAY - irq is replayed
53 IRQS_REPLAY = 0x00000040, enumerator in enum:__anon29

Completed in 43 milliseconds