Home
last modified time | relevance | path

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

/linux-6.15/drivers/xen/
H A Dpci.c115 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 Ddbgp.c34 return HYPERVISOR_physdev_op(PHYSDEVOP_dbgp_op, &dbgp); in xen_dbgp_op()
/linux-6.15/arch/x86/pci/
H A Dxen.c84 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in xen_register_pirq()
135 rc = HYPERVISOR_physdev_op(PHYSDEVOP_setup_gsi, &setup_gsi); in xen_register_gsi()
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()
367 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi_ext, in xen_initdom_restore_msi()
378 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi, &restore); in xen_initdom_restore_msi()
/linux-6.15/include/xen/arm/
H A Dhypercall.h54 int HYPERVISOR_physdev_op(int cmd, void *arg);
/linux-6.15/arch/x86/xen/
H A Dapic.c21 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()
H A Denlighten_pvh.c44 ret = HYPERVISOR_physdev_op(PHYSDEVOP_setup_gsi, &setup_gsi); in xen_pvh_setup_gsi()
H A Denlighten_pv.c1028 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap); in xen_invalidate_io_bitmap()
1045 HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &iobitmap); in xen_update_io_bitmap()
1516 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()
/linux-6.15/drivers/xen/events/
H A Devents_base.c800 if (HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status)) in pirq_query_unmask()
819 rc = HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi); in do_eoi_pirq()
1038 HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) { in xen_bind_pirq_gsi_to_irq()
1089 rc = HYPERVISOR_physdev_op(PHYSDEVOP_get_free_pirq, &op_get_free_pirq); in xen_allocate_pirq_msi()
1157 rc = HYPERVISOR_physdev_op(PHYSDEVOP_unmap_pirq, &unmap_irq); in xen_destroy_irq()
1940 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in restore_pirqs()
2069 if (HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status)) in xen_test_irq_shared()
2304 rc = HYPERVISOR_physdev_op(PHYSDEVOP_pirq_eoi_gmfn_v2, &eoi_gmfn); in xen_init_IRQ()
/linux-6.15/arch/x86/include/asm/xen/
H A Dhypercall.h450 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() function
/linux-6.15/arch/arm/xen/
H A Denlighten.c580 EXPORT_SYMBOL_GPL(HYPERVISOR_physdev_op);
/linux-6.15/drivers/xen/xen-pciback/
H A Dpci_stub.c142 int err = HYPERVISOR_physdev_op(PHYSDEVOP_release_msix, in pcistub_device_release()
435 err = HYPERVISOR_physdev_op(PHYSDEVOP_prepare_msix, &ppdev); in pcistub_init_device()