IRQ_REPLAY       1501 arch/x86/mach-voyager/voyager_smp.c 		desc->status |= IRQ_REPLAY | IRQ_INPROGRESS;
IRQ_REPLAY       1510 arch/x86/mach-voyager/voyager_smp.c 		desc->status |= IRQ_REPLAY;
IRQ_REPLAY       1512 arch/x86/mach-voyager/voyager_smp.c 		desc->status &= ~IRQ_REPLAY;
IRQ_REPLAY       1536 arch/x86/mach-voyager/voyager_smp.c 		if ((isr & (1 << irq) && !(status & IRQ_REPLAY)) == 0) {
IRQ_REPLAY       1563 arch/x86/mach-voyager/voyager_smp.c 		if (status & IRQ_REPLAY) {
IRQ_REPLAY       1568 arch/x86/mach-voyager/voyager_smp.c 			desc->status &= ~(IRQ_REPLAY | IRQ_INPROGRESS);
IRQ_REPLAY        314 kernel/irq/chip.c 	desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
IRQ_REPLAY        356 kernel/irq/chip.c 	desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
IRQ_REPLAY        404 kernel/irq/chip.c 	desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
IRQ_REPLAY        458 kernel/irq/chip.c 	desc->status &= ~(IRQ_REPLAY | IRQ_WAITING);
IRQ_REPLAY        197 kernel/irq/handle.c 	status = desc->status & ~(IRQ_REPLAY | IRQ_WAITING);
IRQ_REPLAY         50 kernel/irq/internals.h 	P(IRQ_REPLAY);
IRQ_REPLAY         70 kernel/irq/resend.c 	if ((status & (IRQ_LEVEL | IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) {
IRQ_REPLAY         71 kernel/irq/resend.c 		desc->status = (status & ~IRQ_PENDING) | IRQ_REPLAY;