Searched refs:ioapic (Results 1 – 6 of 6) sorted by relevance
102 struct acpi_pci_ioapic *ioapic; in handle_ioapic_add() local111 list_for_each_entry(ioapic, &ioapic_list, list) in handle_ioapic_add()112 if (ioapic->handle == handle) { in handle_ioapic_add()123 ioapic = kzalloc(sizeof(*ioapic), GFP_KERNEL); in handle_ioapic_add()124 if (!ioapic) { in handle_ioapic_add()128 ioapic->root_handle = (acpi_handle)context; in handle_ioapic_add()129 ioapic->handle = handle; in handle_ioapic_add()130 ioapic->gsi_base = (u32)gsi_base; in handle_ioapic_add()131 INIT_LIST_HEAD(&ioapic->list); in handle_ioapic_add()145 ioapic->pdev = dev; in handle_ioapic_add()[all …]
326 struct acpi_madt_io_apic *ioapic = (struct acpi_madt_io_apic *)entry; in get_ioapic_id() local328 if (ioapic->global_irq_base != gsi_base) in get_ioapic_id()331 *phys_addr = ioapic->address; in get_ioapic_id()332 *ioapic_id = ioapic->id; in get_ioapic_id()
97 obj-$(CONFIG_ACPI_HOTPLUG_IOAPIC) += ioapic.o
302 data->is_level = info->ioapic.is_level; in hyperv_root_irq_remapping_alloc()
1270 sub_handle = info->ioapic.pin; in intel_irq_remapping_prepare_irte()
3397 index = info->ioapic.pin; in irq_remapping_alloc()