Home
last modified time | relevance | path

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

/linux/arch/x86/pci/
H A Dxen.c84 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in xen_register_pirq()
314 ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, in xen_initdom_setup_msi_irqs()
331 ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, in xen_initdom_setup_msi_irqs()
/linux/include/xen/interface/
H A Dphysdev.h118 #define PHYSDEVOP_map_pirq 13 macro