Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c1683 EFI_ACPI_MEMORY_TYPE TempType; in LegacyBiosBuildE820() local
1808 TempType = EfiMemoryTypeToE820Type (EfiEntry->Type); in LegacyBiosBuildE820()
1810 …if ((E820Table[Index].Type == TempType) && (EfiEntry->PhysicalStart == (E820Table[Index].BaseAddr … in LegacyBiosBuildE820()
1822 E820Table[Index].Type = TempType; in LegacyBiosBuildE820()