Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DAcpi3_0.h318 #define EFI_ACPI_3_0_LOCAL_APIC_ENABLED (1 << 0) macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
DAcpi3_0.h311 #define EFI_ACPI_3_0_LOCAL_APIC_ENABLED (1 << 0) macro
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAcpi30.h351 #define EFI_ACPI_3_0_LOCAL_APIC_ENABLED BIT0 macro
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
DAcpiPlatform.c312 ApicPtr->AcpiLocalApic.Flags = EFI_ACPI_3_0_LOCAL_APIC_ENABLED; in ApicTableUpdate()