Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c954 if ((rc = HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) in apic_allocate_vector()
1041 rc = HYPERVISOR_physdev_op(PHYSDEVOP_manage_pci_add, &manage_pci); in xen_manage_device()
1233 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in apic_alloc_msi_vectors()
1360 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in apic_alloc_msix_vectors()
1461 rc = HYPERVISOR_physdev_op(PHYSDEVOP_unmap_pirq, &unmap_pirq); in apic_free_vectors()
1518 if (HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic)) in ioapic_read()
1531 if (HYPERVISOR_physdev_op(PHYSDEVOP_apic_write, &apic)) in ioapic_write()
1546 if (HYPERVISOR_physdev_op(PHYSDEVOP_apic_write, &apic)) in ioapic_write_eoi()
/titanic_50/usr/src/uts/intel/sys/
H A Dhypervisor.h244 extern long HYPERVISOR_physdev_op(int, void *);
/titanic_50/usr/src/uts/common/xen/os/
H A Dhypercall.c315 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() function
/titanic_50/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1105 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_enable_user_iopl()
1116 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_disable_user_iopl()
H A Devtchn.c479 (void) HYPERVISOR_physdev_op(PHYSDEVOP_eoi, &eoi); in pirq_unmask_notify()
489 (void) HYPERVISOR_physdev_op(PHYSDEVOP_irq_status_query, &irq_status); in pirq_query_unmask()
/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1932 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in startup_kernel()