Searched refs:map_irq (Results 1 – 1 of 1) sorted by relevance
1182 physdev_map_pirq_t map_irq; in apic_alloc_msi_vectors() local1225 map_irq.domid = DOMID_SELF; in apic_alloc_msi_vectors()1226 map_irq.type = MAP_PIRQ_TYPE_MSI; in apic_alloc_msi_vectors()1227 map_irq.index = -rcount; /* hypervisor auto allocates vectors */ in apic_alloc_msi_vectors()1228 map_irq.pirq = -1; in apic_alloc_msi_vectors()1229 map_irq.bus = busnum; in apic_alloc_msi_vectors()1230 map_irq.devfn = devfn; in apic_alloc_msi_vectors()1231 map_irq.entry_nr = i; in apic_alloc_msi_vectors()1232 map_irq.table_base = 0; in apic_alloc_msi_vectors()1233 rc = HYPERVISOR_physdev_op(PHYSDEVOP_map_pirq, &map_irq); in apic_alloc_msi_vectors()[all …]