Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Dacpi.c715 APIC_HEADER *next_apic_entryp; in acpi_count_enabled_logical_processors() local
733 next_apic_entryp = (APIC_HEADER *)((uintptr_t)madtp + sizeof(MULTIPLE_APIC_TABLE)); in acpi_count_enabled_logical_processors()
735 while ((void *)next_apic_entryp < end_ptr) { in acpi_count_enabled_logical_processors()
736 switch (next_apic_entryp->Type) { in acpi_count_enabled_logical_processors()
739 MADT_PROCESSOR_APIC *madt_procp = (MADT_PROCESSOR_APIC *)next_apic_entryp; in acpi_count_enabled_logical_processors()
748 DBG("Ignoring MADT entry type 0x%x length 0x%x\n", next_apic_entryp->Type, in acpi_count_enabled_logical_processors()
749 next_apic_entryp->Length); in acpi_count_enabled_logical_processors()
753 next_apic_entryp = (APIC_HEADER *)((uintptr_t)next_apic_entryp + next_apic_entryp->Length); in acpi_count_enabled_logical_processors()