Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/xen/interface/
H A Dphysdev.h118 #define PHYSDEVOP_map_pirq 13 macro
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h141 #define PHYSDEVOP_map_pirq 13 macro
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1600 case PHYSDEVOP_map_pirq: { in kvm_xen_hcall_physdev_op()
/openbmc/linux/drivers/xen/events/
H A Devents_base.c1950 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in restore_pirqs()