Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
DVirtualMemory.c158 UINTN IndexOfPml4Entries; in CreateIdentityMappingPageTables() local
238 …for (IndexOfPml4Entries = 0; IndexOfPml4Entries < NumberOfPml4EntriesNeeded; IndexOfPml4Entries++,… in CreateIdentityMappingPageTables()
315 for (; IndexOfPml4Entries < 512; IndexOfPml4Entries++, PageMapLevel4Entry++) { in CreateIdentityMappingPageTables()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
DUefiCapsule.c137 UINTN IndexOfPml4Entries; in Create4GPageTables() local
179 …for (IndexOfPml4Entries = 0; IndexOfPml4Entries < NumberOfPml4EntriesNeeded; IndexOfPml4Entries++,… in Create4GPageTables()
245 for (; IndexOfPml4Entries < 512; IndexOfPml4Entries++, PageMapLevel4Entry++) { in Create4GPageTables()
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
DS3Resume.c598 UINTN IndexOfPml4Entries; in RestoreS3PageTables() local
681 …for (IndexOfPml4Entries = 0; IndexOfPml4Entries < NumberOfPml4EntriesNeeded; IndexOfPml4Entries++,… in RestoreS3PageTables()