Searched defs:E820Table (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c955 Private->E820Table,
962 Private->E820Table,
1666 EFI_E820_ENTRY64 *E820Table; local
1688 E820Table = (EFI_E820_ENTRY64 *) Private->E820Table;
1734 E820Table[0].BaseAddr = 0;
1735 E820Table[0].Length = (UINT64) ((*(UINT16 *) (UINTN)0x40E) << 4);
1736 E820Table[0].Type = EfiAcpiAddressRangeMemory;
1741 E820Table[1].BaseAddr = E820Table[
[all...]
H A DLegacyBiosInterface.h637 EFI_E820_ENTRY E820Table[EFI_MAX_E820_ENTRY]; member in struct:__anon5626

Completed in 11 milliseconds