Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dspinlock.c50 if (atomic_read(nest_cnt) == 1 && xen_test_irq_pending(irq)) { in xen_qlock_wait()
/openbmc/linux/include/xen/
H A Devents.h92 bool xen_test_irq_pending(int irq);
/openbmc/linux/drivers/xen/events/
H A Devents_base.c2039 bool xen_test_irq_pending(int irq) in xen_test_irq_pending() function