Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/i386/
H A Dacpi.c717 APIC_HEADER *next_apic_entryp; in acpi_count_enabled_logical_processors() local
735 next_apic_entryp = (APIC_HEADER *)((uintptr_t)madtp + sizeof(MULTIPLE_APIC_TABLE)); in acpi_count_enabled_logical_processors()
737 while ((void *)next_apic_entryp < end_ptr) { in acpi_count_enabled_logical_processors()
738 switch (next_apic_entryp->Type) { in acpi_count_enabled_logical_processors()
741 MADT_PROCESSOR_APIC *madt_procp = (MADT_PROCESSOR_APIC *)next_apic_entryp; in acpi_count_enabled_logical_processors()
750 DBG("Ignoring MADT entry type 0x%x length 0x%x\n", next_apic_entryp->Type, in acpi_count_enabled_logical_processors()
751 next_apic_entryp->Length); in acpi_count_enabled_logical_processors()
755 next_apic_entryp = (APIC_HEADER *)((uintptr_t)next_apic_entryp + next_apic_entryp->Length); in acpi_count_enabled_logical_processors()