Searched refs:HYPERVISOR_physdev_op (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/xen/ |
| H A D | pci.c | 115 r = HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_add, add); in xen_add_device() 133 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add_ext, in xen_add_device() 144 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add_ext, in xen_add_device() 152 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add, in xen_add_device() 181 r = HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_remove, in xen_remove_device() 191 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_remove, in xen_remove_device() 217 return HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_reset, &device); in xen_reset_device() 283 rc = HYPERVISOR_physdev_op(PHYSDEVOP_pci_mmcfg_reserved, &r); in xen_mcfg_late()
|
| H A D | dbgp.c | 34 return HYPERVISOR_physdev_op(PHYSDEVOP_dbgp_op, &dbgp); in xen_dbgp_op()
|
| /linux/include/xen/arm/ |
| H A D | hypercall.h | 54 int HYPERVISOR_physdev_op(int cmd, void *arg);
|
| /linux/arch/x86/xen/ |
| H A D | apic.c | 21 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()
|
| H A D | enlighten_pvh.c | 44 ret = HYPERVISOR_physdev_op(PHYSDEVOP_setup_gsi, &setup_gsi); in xen_pvh_setup_gsi()
|
| /linux/arch/x86/include/asm/xen/ |
| H A D | hypercall.h | 451 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() function
|