Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dirq.h35 #define IRQ_INPROGRESS (1u<<_IRQ_INPROGRESS) macro
/xen/xen/arch/x86/
A Di8259.c56 if (!(desc->status & (IRQ_DISABLED|IRQ_INPROGRESS))) in end_8259A_irq()
A Dirq.c350 do { smp_mb(); } while ( desc->status & IRQ_INPROGRESS ); in destroy_irq()
1001 do { smp_mb(); } while ( desc->status & IRQ_INPROGRESS ); in release_irq()
1754 desc->status &= ~(IRQ_GUEST|IRQ_INPROGRESS); in __pirq_guest_unbind()
1994 if ( desc->status & (IRQ_DISABLED | IRQ_INPROGRESS) ) in do_IRQ()
1997 desc->status |= IRQ_INPROGRESS; in do_IRQ()
2012 desc->status &= ~IRQ_INPROGRESS; in do_IRQ()

Completed in 711 milliseconds