Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1184 physdev_map_pirq_t map_irq; in apic_alloc_msi_vectors() local
1227 map_irq.domid = DOMID_SELF; in apic_alloc_msi_vectors()
1228 map_irq.type = MAP_PIRQ_TYPE_MSI; in apic_alloc_msi_vectors()
1229 map_irq.index = -rcount; /* hypervisor auto allocates vectors */ in apic_alloc_msi_vectors()
1230 map_irq.pirq = -1; in apic_alloc_msi_vectors()
1231 map_irq.bus = busnum; in apic_alloc_msi_vectors()
1232 map_irq.devfn = devfn; in apic_alloc_msi_vectors()
1233 map_irq.entry_nr = i; in apic_alloc_msi_vectors()
1234 map_irq.table_base = 0; in apic_alloc_msi_vectors()
1235 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in apic_alloc_msi_vectors()
[all …]