Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
DAcpiPlatform.c259 ACPI_APIC_STRUCTURE_PTR *ApicPtr; in ApicTableUpdate() local
296 ApicPtr = (ACPI_APIC_STRUCTURE_PTR*) CurrPtr; in ApicTableUpdate()
297 switch (ApicPtr->AcpiApicCommon.Type) { in ApicTableUpdate()
300 ApicPtr->AcpiLocalApic.Flags = 0; in ApicTableUpdate()
301 ApicPtr->AcpiLocalApic.ApicId = 0; in ApicTableUpdate()
310 ApicPtr->AcpiLocalApic.Flags = EFI_ACPI_3_0_LOCAL_APIC_ENABLED; in ApicTableUpdate()
312 ApicPtr->AcpiLocalApic.ApicId = (UINT8)MpContext.ProcessorId; in ApicTableUpdate()
325 ApicPtr->AcpiIoApic.IoApicId = PcdGet8 (PcdIoApicSettingIoApicId); in ApicTableUpdate()
326 ApicPtr->AcpiIoApic.IoApicAddress = (UINT32)PcdGet64(PcdIoApicBaseAddress); in ApicTableUpdate()
327 ApicPtr->AcpiIoApic.GlobalSystemInterruptBase = 0; in ApicTableUpdate()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
DAcpiPlatform.c209 ACPI_APIC_STRUCTURE_PTR *ApicPtr; in PlatformUpdateTables() local
244 ApicPtr = NULL; in PlatformUpdateTables()
355 ApicPtr = (ACPI_APIC_STRUCTURE_PTR *) CurrPtr; in PlatformUpdateTables()
356 switch (ApicPtr->AcpiApicCommon.Type) { in PlatformUpdateTables()
368 ApicPtr->AcpiLocalApic.AcpiProcessorId, MaximumNumberOfCPUs)); in PlatformUpdateTables()
369 if(ApicPtr->AcpiLocalApic.AcpiProcessorId > MaximumNumberOfCPUs) { in PlatformUpdateTables()
370 ApicPtr->AcpiLocalApic.AcpiProcessorId = (UINT8)MaximumNumberOfCPUs; in PlatformUpdateTables()
373 ApicPtr->AcpiLocalApic.Flags = 0; in PlatformUpdateTables()
382 … if (Status == EFI_SUCCESS && ProcessorInfoBuffer.ProcessorId == ApicPtr->AcpiLocalApic.ApicId) { in PlatformUpdateTables()
393 ApicPtr->AcpiLocalApic.Flags = EFI_ACPI_1_0_LOCAL_APIC_ENABLED; in PlatformUpdateTables()
[all …]