Home
last modified time | relevance | path

Searched refs:PHYSDEVOP_irq_status_query (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dphysdev.h74 #define PHYSDEVOP_irq_status_query 5 macro
360 #define PHYSDEVOP_IRQ_STATUS_QUERY PHYSDEVOP_irq_status_query
/netbsd-src/sys/arch/xen/xen/
H A Devtchn.c1104 if (HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status) < 0) in hypervisor_prime_pirq_event()