/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/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/Library/DxeCoreMemoryAllocationLib/ |
MemoryAllocationLib.c | 227 UINTN RealPages;
242 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
246 ASSERT (RealPages > Pages);
248 Status = CoreAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
262 UnalignedPages = RealPages - Pages - UnalignedPages;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
MemoryAllocationLib.c | 262 UINTN RealPages;
277 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
281 ASSERT (RealPages > Pages);
283 Status = SmmAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
297 UnalignedPages = RealPages - Pages - UnalignedPages;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/ |
MemoryAllocationLib.c | 340 UINTN RealPages;
355 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
359 ASSERT (RealPages > Pages);
361 Status = gSmst->SmmAllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
375 UnalignedPages = RealPages - Pages - UnalignedPages;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
MemoryAllocationLib.c | 226 UINTN RealPages;
241 RealPages = Pages + EFI_SIZE_TO_PAGES (Alignment);
245 ASSERT (RealPages > Pages);
247 Status = gBS->AllocatePages (AllocateAnyPages, MemoryType, RealPages, &Memory);
261 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);
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
PiSmmCpuDxeSmm.c | [all...] |