HomeSort by relevance Sort by last modified time
    Searched refs:AllocateMaxAddress (Results 1 - 25 of 69) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Dxe.c 40 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
LinuxStarter.c 181 Status = BdsLoadImage (LinuxKernelDevicePath, AllocateMaxAddress, &LinuxImage, &LinuxImageSize);
190 Status = BdsLoadImage (InitrdDevicePath, AllocateMaxAddress, &InitrdImageBase, &InitrdImageBaseSize);
270 Status = BdsLoadImage (LinuxKernelDevicePath, AllocateMaxAddress, &LinuxImage, &LinuxImageSize);
278 Status = BdsLoadImage (InitrdDevicePath, AllocateMaxAddress, &InitrdImageBase, &InitrdImageBaseSize);
317 Status = BdsLoadImage (FdtDevicePath, AllocateMaxAddress, &FdtBlobBase, &FdtBlobSize);
LinuxAtag.c 133 Status = gBS->AllocatePages (AllocateMaxAddress, EfiBootServicesData, EFI_SIZE_TO_PAGES (ATAG_MAX_SIZE), &AtagStartAddress);
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LockBoxLib/
LockBoxDxe.c 65 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/
LinuxStarter.c 232 Status = BdsLoadImage (LinuxKernelDevicePath, AllocateMaxAddress, &LinuxImage, &LinuxImageSize);
246 Status = BdsLoadImage (InitrdDevicePath, AllocateMaxAddress, &InitrdImageBase, &InitrdImageBaseSize);
285 Status = BdsLoadImage (FdtDevicePath, AllocateMaxAddress, &FdtBlobBase, &FdtBlobSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfBootSupport.c 204 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
LoadBelow4G.c 107 AllocateMaxAddress,
  /external/syslinux/efi32/include/efi/
efidef.h 138 AllocateMaxAddress,
  /external/syslinux/efi64/include/efi/
efidef.h 138 AllocateMaxAddress,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidef.h 138 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
LegacyBiosThunk.c 41 AllocateMaxAddress,
92 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/
ScriptExecute.c 218 AllocateMaxAddress,
283 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 69 AllocateMaxAddress,
169 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 204 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DebugImageInfo.c 68 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/
SaveLongModeContext.c 63 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.c 167 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
ScriptExecute.c 317 AllocateMaxAddress,
444 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 45 Do an AllocatePages () of type AllocateMaxAddress for EfiBootServicesCode
718 AllocateMaxAddress,
749 AllocateMaxAddress,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTableProtocol.c 358 AllocateMaxAddress,
497 AllocateMaxAddress,
507 AllocateMaxAddress,
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
Linux.c 110 AllocateMaxAddress,
201 AllocateMaxAddress,
234 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.c 759 if ((AllocateAnyPages == Type) || (AllocateMaxAddress == Type && HostAddress > MAX_COMMON_BUFFER)) {
760 Type = AllocateMaxAddress;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 174 case AllocateMaxAddress:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
BootGraphicsResourceTableDxe.c 253 AllocateMaxAddress,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/
QncS3Support.c 52 Status = gBS->AllocatePages (AllocateMaxAddress, EfiReservedMemoryType, EFI_SIZE_TO_PAGES (ContextStoreSize), &Address);

Completed in 606 milliseconds

1 2 3