Symbol: HYPERVISOR_physdev_op
arch/arm/xen/enlighten.c
582
EXPORT_SYMBOL_GPL(HYPERVISOR_physdev_op);
arch/x86/pci/xen.c
136
rc = HYPERVISOR_physdev_op(PHYSDEVOP_setup_gsi, &setup_gsi);
arch/x86/pci/xen.c
315
ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq,
arch/x86/pci/xen.c
332
ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq,
arch/x86/pci/xen.c
368
ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi_ext,
arch/x86/pci/xen.c
379
ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi, &restore);
arch/x86/pci/xen.c
85
rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq);
arch/x86/xen/apic.c
21
ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op);
arch/x86/xen/enlighten_pv.c
1021
HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap);
arch/x86/xen/enlighten_pv.c
1038
HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap);
arch/x86/xen/enlighten_pv.c
1485
rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);
arch/x86/xen/enlighten_pvh.c
44
ret = HYPERVISOR_physdev_op(PHYSDEVOP_setup_gsi, &setup_gsi);
drivers/xen/dbgp.c
34
return HYPERVISOR_physdev_op(PHYSDEVOP_dbgp_op, &dbgp);
drivers/xen/events/events_base.c
1039
HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) {
drivers/xen/events/events_base.c
1090
rc = HYPERVISOR_physdev_op(PHYSDEVOP_get_free_pirq, &op_get_free_pirq);
drivers/xen/events/events_base.c
1158
rc = HYPERVISOR_physdev_op(PHYSDEVOP_unmap_pirq, &unmap_irq);
drivers/xen/events/events_base.c
1962
rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq);
drivers/xen/events/events_base.c
2091
if (HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status))
drivers/xen/events/events_base.c
2326
rc = HYPERVISOR_physdev_op(PHYSDEVOP_pirq_eoi_gmfn_v2, &eoi_gmfn);
drivers/xen/events/events_base.c
801
if (HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status))
drivers/xen/events/events_base.c
820
rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi);
drivers/xen/pci.c
115
r = HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_add, add);
drivers/xen/pci.c
133
r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add_ext,
drivers/xen/pci.c
144
r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add_ext,
drivers/xen/pci.c
152
r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add,
drivers/xen/pci.c
181
r = HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_remove,
drivers/xen/pci.c
191
r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_remove,
drivers/xen/pci.c
217
return HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_reset, &device);
drivers/xen/pci.c
283
rc = HYPERVISOR_physdev_op(PHYSDEVOP_pci_mmcfg_reserved, &r);
drivers/xen/xen-pciback/pci_stub.c
142
int err = HYPERVISOR_physdev_op(PHYSDEVOP_release_msix,
drivers/xen/xen-pciback/pci_stub.c
435
err = HYPERVISOR_physdev_op(PHYSDEVOP_prepare_msix, &ppdev);
include/xen/arm/hypercall.h
54
int HYPERVISOR_physdev_op(int cmd, void *arg);