Searched refs:apic (Results 1 – 4 of 4) sorted by relevance
51 struct acpi_madt_local_x2apic *apic = in map_x2apic_id() local54 if (!(apic->lapic_flags & ACPI_MADT_ENABLED)) in map_x2apic_id()57 if (device_declaration && (apic->uid == acpi_id)) { in map_x2apic_id()58 *apic_id = apic->local_apic_id; in map_x2apic_id()
207 static struct intel_iommu *map_ioapic_to_iommu(int apic) in map_ioapic_to_iommu() argument212 if (ir_ioapic[i].id == apic && ir_ioapic[i].iommu) in map_ioapic_to_iommu()297 static int set_ioapic_sid(struct irte *irte, int apic) in set_ioapic_sid() argument306 if (ir_ioapic[i].iommu && ir_ioapic[i].id == apic) { in set_ioapic_sid()313 pr_warn("Failed to set source-id of IOAPIC (%d)\n", apic); in set_ioapic_sid()1090 irte->dst_mode = apic->dest_mode_logical; in prepare_irte()
3589 apic->dest_mode_logical, irq_cfg->vector, in irq_remapping_prepare_irte()3930 entry->lo.fields_remap.dm = apic->dest_mode_logical; in amd_iommu_deactivate_guest_mode()
2314 xt.dest_mode_logical = apic->dest_mode_logical; in intcapxt_unmask_irq()
Completed in 25 milliseconds