HomeSort by relevance Sort by last modified time
    Searched refs:RealPages (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DebugImageInfo.c 47 UINTN RealPages;
56 RealPages = Pages + EFI_SIZE_TO_PAGES (SIZE_4MB);
70 RealPages,
85 RealPages,
107 UnalignedPages = RealPages - Pages - UnalignedPages;
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
MemoryAllocationLib.c 194 UINTN RealPages;
209 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
213 ASSERT (RealPages > Pages);
228 UnalignedPages = RealPages - Pages - UnalignedPages;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 185 UINTN RealPages;
200 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
204 ASSERT (RealPages > Pages);
206 Status = CoreAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
220 UnalignedPages = RealPages - Pages - UnalignedPages;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 234 UINTN RealPages;
249 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
253 ASSERT (RealPages > Pages);
255 Status = SmmAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
269 UnalignedPages = RealPages - Pages - UnalignedPages;
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 312 UINTN RealPages;
327 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
331 ASSERT (RealPages > Pages);
333 Status = gSmst->SmmAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
347 UnalignedPages = RealPages - Pages - UnalignedPages;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 185 UINTN RealPages;
200 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
204 ASSERT (RealPages > Pages);
206 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
220 UnalignedPages = RealPages - Pages - UnalignedPages;
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DebugUncachedMemoryAllocationLib.c 215 UINTN RealPages;
230 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
234 ASSERT (RealPages > Pages);
236 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
250 UnalignedPages = RealPages - Pages - UnalignedPages;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/
MemoryAllocationLib.c 183 UINTN RealPages;
198 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
202 ASSERT (RealPages > Pages);
204 Status = (gBS->AllocatePages) (AllocateAnyPages, MemoryType, RealPages, &Memory);
218 UnalignedPages = RealPages - Pages - UnalignedPages;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
UsbHcMem.c 635 UINTN RealPages;
655 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
659 ASSERT (RealPages > Pages);
682 UnalignedPages = RealPages - Pages - UnalignedPages;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
UsbHcMem.c 588 UINTN RealPages;
608 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
612 ASSERT (RealPages > Pages);

Completed in 7980 milliseconds