Home | History | Annotate | Download | only in CapsulePei

Lines Matching defs:PageAddress

136   EFI_PHYSICAL_ADDRESS                          PageAddress;

178 PageAddress = 0;
197 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
201 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
222 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectoryEntry++, PageAddress += SIZE_2MB) {
226 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;