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/arch/arm/
A Dirq.c220 set_bit(_IRQ_INPROGRESS, &desc->status); in do_IRQ()
237 test_bit(_IRQ_INPROGRESS, &desc->status) ) in do_IRQ()
240 set_bit(_IRQ_INPROGRESS, &desc->status); in do_IRQ()
260 clear_bit(_IRQ_INPROGRESS, &desc->status); in do_IRQ()
309 do { smp_mb(); } while ( test_bit(_IRQ_INPROGRESS, &desc->status) ); in release_irq()
A Dgic.c197 if ( test_bit(_IRQ_INPROGRESS, &desc->status) ) in gic_remove_irq_from_guest()
199 clear_bit(_IRQ_INPROGRESS, &desc->status); in gic_remove_irq_from_guest()
207 if ( test_bit(_IRQ_INPROGRESS, &desc->status) || in gic_remove_irq_from_guest()
570 clear_bit(_IRQ_INPROGRESS, &p->desc->status); in gic_update_one_lr()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h25 #define _IRQ_INPROGRESS 0 /* IRQ handler active - do not enter! */ macro
34 #define IRQ_INPROGRESS (1u<<_IRQ_INPROGRESS)

Completed in 8 milliseconds