Searched refs:ProcLocalApic (Results 1 – 1 of 1) sorted by relevance
177 EFI_ACPI_2_0_PROCESSOR_LOCAL_APIC_STRUCTURE *ProcLocalApic; in MadtTableInitialize() local235 ProcLocalApic = (EFI_ACPI_2_0_PROCESSOR_LOCAL_APIC_STRUCTURE *) (Madt + 1); in MadtTableInitialize()240 ProcLocalApic[Index].Type = EFI_ACPI_2_0_PROCESSOR_LOCAL_APIC; in MadtTableInitialize()241 ProcLocalApic[Index].Length = sizeof (EFI_ACPI_2_0_PROCESSOR_LOCAL_APIC_STRUCTURE); in MadtTableInitialize()242 ProcLocalApic[Index].AcpiProcessorId = (UINT8)(Index + 1); in MadtTableInitialize()243 ProcLocalApic[Index].ApicId = 0xff; in MadtTableInitialize()244 ProcLocalApic[Index].Flags = 0; in MadtTableInitialize()250 IoApic = (EFI_ACPI_2_0_IO_APIC_STRUCTURE *) (&ProcLocalApic[Index]); in MadtTableInitialize()