Searched refs:madt_end (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/acpi/
H A Dprocessor_core.c113 unsigned long madt_end, entry; map_madt_entry() local
122 madt_end = entry + madt->header.length; map_madt_entry()
127 while (entry + sizeof(struct acpi_subtable_header) < madt_end) { map_madt_entry()
266 unsigned long madt_end, entry; parse_madt_ioapic_entry() local
275 madt_end = entry + madt->header.length; parse_madt_ioapic_entry()
279 while (entry + sizeof(struct acpi_subtable_header) < madt_end) { parse_madt_ioapic_entry()

Completed in 36 milliseconds