/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/ |
D | QemuKernel.c | 156 FreePages (SetupBuf, EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel() 159 FreePages (KernelBuf, EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel() 162 FreePages (CommandLine, EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel() 165 FreePages (InitrdData, EFI_SIZE_TO_PAGES (InitrdSize)); in TryRunningQemuKernel()
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/ |
D | LinuxStarter.c | 225 gBS->FreePages (InitrdImageBase, EFI_SIZE_TO_PAGES (InitrdImageBaseSize)); in BootLinuxAtag() 229 gBS->FreePages (LinuxImage, EFI_SIZE_TO_PAGES (LinuxImageSize)); in BootLinuxAtag() 335 gBS->FreePages (FdtBlobBase, EFI_SIZE_TO_PAGES (FdtBlobSize)); in BootLinuxFdt() 339 gBS->FreePages (InitrdImageBase, EFI_SIZE_TO_PAGES (InitrdImageBaseSize)); in BootLinuxFdt() 343 gBS->FreePages (LinuxImage, EFI_SIZE_TO_PAGES (LinuxImageSize)); in BootLinuxFdt()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/ |
D | IpfBootSupport.c | 236 gBS->FreePages (MemoryAddress, NumberOfPages); in RelocateImageUnder4GIfNeeded() 245 gBS->FreePages (MemoryAddress, NumberOfPages); in RelocateImageUnder4GIfNeeded() 267 gBS->FreePages (MemoryAddress, NumberOfPages); in RelocateImageUnder4GIfNeeded()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 148 FreePages ( in FreePages() function 160 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreePages() 225 FreePages (Memory, UnalignedPages); in InternalAllocateAlignedPages() 233 FreePages (Memory, UnalignedPages); in InternalAllocateAlignedPages() 353 FreePages (Buffer, Pages); in FreeAlignedPages()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 143 FreePages ( in FreePages() function 151 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreePages() 216 Status = gBS->FreePages (Memory, UnalignedPages); in InternalAllocateAlignedPages() 225 Status = gBS->FreePages (Memory, UnalignedPages); in InternalAllocateAlignedPages() 352 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreeAlignedPages()
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/ |
D | LinuxStarter.c | 356 gBS->FreePages (PenBase, EFI_SIZE_TO_PAGES (PenSize)); in BootLinuxFdt() 359 gBS->FreePages (FdtBlobBase, EFI_SIZE_TO_PAGES (FdtBlobSize)); in BootLinuxFdt() 363 gBS->FreePages (InitrdImageBase, EFI_SIZE_TO_PAGES (InitrdImageBaseSize)); in BootLinuxFdt() 367 gBS->FreePages (LinuxImage, EFI_SIZE_TO_PAGES (LinuxImageSize)); in BootLinuxFdt()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ |
D | ScriptExecute.c | 237 gBS->FreePages (FfsBuffer, Pages); in BootScriptExecutorEntryPoint() 248 gBS->FreePages (FfsBuffer, Pages); in BootScriptExecutorEntryPoint() 257 gBS->FreePages (FfsBuffer, Pages); in BootScriptExecutorEntryPoint()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 150 Status = (gBS->FreePages) ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in GlueFreePages() 214 Status = (gBS->FreePages) (Memory, UnalignedPages); in InternalAllocateAlignedPages() 223 Status = (gBS->FreePages) (Memory, UnalignedPages); in InternalAllocateAlignedPages() 342 Status = (gBS->FreePages) ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreeAlignedPages()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/ |
D | VarCheckHiiGenFromHii.c | 71 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/ |
D | NullDmaLib.c | 146 FreePages (HostAddress, Pages); in DmaFreeBuffer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 180 FreePages ( in FreePages() function 199 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreePages() 412 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreeAlignedPages()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
D | SDMediaDevice.c | 239 …gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) CardData->RawBufferPointer, EFI_SIZE_TO_PAGES (2 * … in SDMediaDeviceStart() 306 …gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) CardData->RawBufferPointer, EFI_SIZE_TO_PAGES (2 * … in SDMediaDeviceStop()
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
D | QemuFwCfgAcpi.c | 172 goto FreePages; in ProcessCmdAllocate() 201 FreePages: in ProcessCmdAllocate() 202 gBS->FreePages (Address, NumPages); in ProcessCmdAllocate() 675 gBS->FreePages ((UINTN)Blob->Base, EFI_SIZE_TO_PAGES (Blob->Size)); in InstallQemuFwCfgTables()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
D | FdtPlatform.c | 134 gBS->FreePages (FdtConfigurationTableBase, NumPages); in InstallFdt() 139 gBS->FreePages (FdtBlobBase, NumPages); in InstallFdt()
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 257 FreePages ( in FreePages() function 276 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreePages() 493 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer, Pages); in FreeAlignedPages()
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/ |
D | LinuxLoaderFdt.c | 124 gBS->FreePages (*RelocatedFdtAlloc, EFI_SIZE_TO_PAGES (*RelocatedFdtSize)); in RelocateFdt() 394 gBS->FreePages (*FdtBlobBase, EFI_SIZE_TO_PAGES (*FdtBlobSize)); in PrepareFdt() 404 gBS->FreePages (NewFdtBlobAllocation, EFI_SIZE_TO_PAGES (NewFdtBlobSize)); in PrepareFdt()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/ |
D | UncachedMemoryAllocationLib.c | 160 gBS->FreePages (Memory, Pages); in AllocatePagesFromList() 166 gBS->FreePages (Memory, Pages); in AllocatePagesFromList() 175 gBS->FreePages (Memory, Pages); in AllocatePagesFromList() 268 gBS->FreePages ((EFI_PHYSICAL_ADDRESS)(UINTN)OldNode->Base, OldNode->Pages); in UncachedMemoryAllocationLibDestructor()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 152 FreePages ( in FreePages() function
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/ResetSystemLib/ |
D | ResetSystemLib.c | 72 FreePages (MemoryMap, Pages); in ShutdownEfi()
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/ |
D | ResetSystemLib.c | 72 FreePages (MemoryMap, Pages); in ShutdownEfi()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/ |
D | DxeCis.h | 92 EFI_FREE_PAGES FreePages; member
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
D | BootLinux.c | 112 gBS->FreePages (Image, EFI_SIZE_TO_PAGES (FileSize)); in IsEfiBinary()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
D | BiosSnp16.c | 759 gBS->FreePages ( in BiosSnp16DriverBindingStart() 766 … gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) SimpleNetworkDevice->TxRealModeMediaHeader, 1); in BiosSnp16DriverBindingStart() 770 … gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) SimpleNetworkDevice->TxRealModeDataBuffer, 1); in BiosSnp16DriverBindingStart() 774 gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) SimpleNetworkDevice->TxDestAddr, 1); in BiosSnp16DriverBindingStart() 982 gBS->FreePages ( in BiosSnp16DriverBindingStop() 989 … gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) SimpleNetworkDevice->TxRealModeMediaHeader, 1); in BiosSnp16DriverBindingStop() 993 … gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) SimpleNetworkDevice->TxRealModeDataBuffer, 1); in BiosSnp16DriverBindingStop() 997 gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) SimpleNetworkDevice->TxDestAddr, 1); in BiosSnp16DriverBindingStop() 1287 gBS->FreePages ( in Undi16SimpleNetworkUnloadUndi() 1298 gBS->FreePages ( in Undi16SimpleNetworkUnloadUndi() [all …]
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/ |
D | LoadBelow4G.c | 145 gBS->FreePages (FfsBuffer, Pages); in RelocateImageUnder4GIfNeeded()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/ |
D | DebugUncachedMemoryAllocationLib.c | 246 Status = gBS->FreePages (Memory, UnalignedPages); in UncachedInternalAllocateAlignedPages() 255 Status = gBS->FreePages (Memory, UnalignedPages); in UncachedInternalAllocateAlignedPages() 297 Status = gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) Memory, Pages); in UncachedFreeAlignedPages()
|