Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dacpi.c714 APIC_HEADER *next_apic_entryp; in acpi_count_enabled_logical_processors() local
732 next_apic_entryp = (APIC_HEADER *)((uintptr_t)madtp + sizeof(MULTIPLE_APIC_TABLE)); in acpi_count_enabled_logical_processors()
734 while ((void *)next_apic_entryp < end_ptr) { in acpi_count_enabled_logical_processors()
735 switch (next_apic_entryp->Type) { in acpi_count_enabled_logical_processors()
738 MADT_PROCESSOR_APIC *madt_procp = (MADT_PROCESSOR_APIC *)next_apic_entryp; in acpi_count_enabled_logical_processors()
747 DBG("Ignoring MADT entry type 0x%x length 0x%x\n", next_apic_entryp->Type, in acpi_count_enabled_logical_processors()
748 next_apic_entryp->Length); in acpi_count_enabled_logical_processors()
752 next_apic_entryp = (APIC_HEADER *)((uintptr_t)next_apic_entryp + next_apic_entryp->Length); in acpi_count_enabled_logical_processors()