Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dphysdev.h233 #define PHYSDEVOP_pci_device_add 25 macro
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h270 #define PHYSDEVOP_pci_device_add 25 macro
/openbmc/linux/drivers/xen/
H A Dpci.c107 r = HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_add, add); in xen_add_device()