Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dprocessor_core.c68 struct acpi_madt_local_sapic *lsapic = in map_lsapic_id() local
71 if (!(lsapic->lapic_flags & ACPI_MADT_ENABLED)) in map_lsapic_id()
75 if ((entry->length < 16) || (lsapic->uid != acpi_id)) in map_lsapic_id()
77 } else if (lsapic->processor_id != acpi_id) in map_lsapic_id()
80 *apic_id = (lsapic->id << 8) | lsapic->eid; in map_lsapic_id()