Home
last modified time | relevance | path

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

/linux/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/include/xen/arm/
H A Dhypercall.h54 int HYPERVISOR_physdev_op(int cmd, void *arg);
/linux/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()
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h451 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() function