Searched defs:RealPages (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/ |
H A D | DebugImageInfo.c | 47 UINTN RealPages; local 56 RealPages = Pages + EFI_SIZE_TO_PAGES (SIZE_4MB); 70 RealPages, 85 RealPages, 107 UnalignedPages = RealPages - Pages - UnalignedPages;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 184 UINTN RealPages; local 199 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment); 203 ASSERT (RealPages > Pages); 205 Status = CoreAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory); 219 UnalignedPages = RealPages - Pages - UnalignedPages;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 275 UINTN RealPages; local 290 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment); 294 ASSERT (RealPages > Pages); 296 Status = SmmAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory); 310 UnalignedPages = RealPages - Pages - UnalignedPages;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 310 UINTN RealPages; local 325 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment); 329 ASSERT (RealPages > Pages); 331 Status = gSmst->SmmAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory); 345 UnalignedPages = RealPages - Pages - UnalignedPages;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 184 UINTN RealPages; local 199 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment); 203 ASSERT (RealPages > Pages); 205 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory); 219 UnalignedPages = RealPages - Pages - UnalignedPages;
|
Completed in 319 milliseconds