Home
last modified time | relevance | path

Searched refs:PHYSDEVOP_alloc_irq_vector (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h129 #define PHYSDEVOP_alloc_irq_vector 10 macro
244 #define PHYSDEVOP_ASSIGN_VECTOR PHYSDEVOP_alloc_irq_vector
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c955 if ((rc = HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) in apic_allocate_vector()