Home
last modified time | relevance | path

Searched refs:IRQ_INPROGRESS (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h34 #define IRQ_INPROGRESS (1u<<_IRQ_INPROGRESS) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Di8259.c55 if (!(desc->status & (IRQ_DISABLED|IRQ_INPROGRESS))) in end_8259A_irq()
A Dirq.c234 do { smp_mb(); } while ( desc->status & IRQ_INPROGRESS ); in destroy_irq()
908 if ( desc->status & (IRQ_DISABLED | IRQ_INPROGRESS) ) in do_IRQ()
911 desc->status |= IRQ_INPROGRESS; in do_IRQ()
924 desc->status &= ~IRQ_INPROGRESS; in do_IRQ()
1013 do { smp_mb(); } while ( desc->status & IRQ_INPROGRESS ); in release_irq()
1771 desc->status &= ~(IRQ_GUEST|IRQ_INPROGRESS); in __pirq_guest_unbind()

Completed in 8 milliseconds