Home
last modified time | relevance | path

Searched refs:HYPERVISOR_physdev_op (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/xen/
Dpci.c106 r = HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_add, add); in xen_add_device()
124 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add_ext, in xen_add_device()
135 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add_ext, in xen_add_device()
143 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add, in xen_add_device()
162 r = HYPERVISOR_physdev_op(PHYSDEVOP_pci_device_remove, in xen_remove_device()
172 r = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_remove, in xen_remove_device()
241 rc = HYPERVISOR_physdev_op(PHYSDEVOP_pci_mmcfg_reserved, &r); in xen_mcfg_late()
Ddbgp.c34 return HYPERVISOR_physdev_op(PHYSDEVOP_dbgp_op, &dbgp); in xen_dbgp_op()
/Linux-v5.4/arch/x86/pci/
Dxen.c83 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in xen_register_pirq()
137 rc = HYPERVISOR_physdev_op(PHYSDEVOP_setup_gsi, &setup_gsi); in xen_register_gsi()
313 ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, in xen_initdom_setup_msi_irqs()
330 ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, in xen_initdom_setup_msi_irqs()
363 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi_ext, in xen_initdom_restore_msi_irqs()
374 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi, &restore); in xen_initdom_restore_msi_irqs()
/Linux-v5.4/drivers/xen/events/
Devents_base.c465 if (HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status)) in pirq_query_unmask()
496 rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi); in eoi_pirq()
672 HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) { in xen_bind_pirq_gsi_to_irq()
722 rc = HYPERVISOR_physdev_op(PHYSDEVOP_get_free_pirq, &op_get_free_pirq); in xen_allocate_pirq_msi()
780 rc = HYPERVISOR_physdev_op(PHYSDEVOP_unmap_pirq, &unmap_irq); in xen_destroy_irq()
1436 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in restore_pirqs()
1563 if (HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status)) in xen_test_irq_shared()
1716 rc = HYPERVISOR_physdev_op(PHYSDEVOP_pirq_eoi_gmfn_v2, &eoi_gmfn); in xen_init_IRQ()
/Linux-v5.4/include/xen/arm/
Dhypercall.h54 int HYPERVISOR_physdev_op(int cmd, void *arg);
/Linux-v5.4/arch/x86/xen/
Dapic.c21 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()
Denlighten_pv.c846 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_set_iopl_mask()
1325 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()
/Linux-v5.4/arch/arm/xen/
Denlighten.c436 EXPORT_SYMBOL_GPL(HYPERVISOR_physdev_op);
/Linux-v5.4/arch/x86/include/asm/xen/
Dhypercall.h374 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() function
/Linux-v5.4/drivers/xen/xen-pciback/
Dpci_stub.c121 int err = HYPERVISOR_physdev_op(PHYSDEVOP_release_msix, in pcistub_device_release()
407 err = HYPERVISOR_physdev_op(PHYSDEVOP_prepare_msix, &ppdev); in pcistub_init_device()