Home
last modified time | relevance | path

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

/arch/x86/xen/
Dapic.c18 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()
Denlighten.c965 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_set_iopl_mask()
1703 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()
/arch/x86/pci/
Dxen.c80 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in xen_register_pirq()
134 rc = HYPERVISOR_physdev_op(PHYSDEVOP_setup_gsi, &setup_gsi); in xen_register_gsi()
312 ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, in xen_initdom_setup_msi_irqs()
329 ret = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, in xen_initdom_setup_msi_irqs()
362 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi_ext, in xen_initdom_restore_msi_irqs()
373 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi, &restore); in xen_initdom_restore_msi_irqs()
/arch/arm/include/asm/xen/
Dhypercall.h49 int HYPERVISOR_physdev_op(int cmd, void *arg);
/arch/arm/xen/
Denlighten.c361 EXPORT_SYMBOL_GPL(HYPERVISOR_physdev_op);
/arch/x86/include/asm/xen/
Dhypercall.h388 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() function