Home
last modified time | relevance | path

Searched refs:FreePages (Results 1 – 25 of 68) sorted by relevance

123

/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
DQemuKernel.c156 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/
DLinuxStarter.c225 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/
DIpfBootSupport.c236 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/
DMemoryAllocationLib.c148 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/
DMemoryAllocationLib.c143 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/
DLinuxStarter.c356 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/
DScriptExecute.c237 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/
DMemoryAllocationLib.c150 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/
DVarCheckHiiGenFromHii.c71 gBS->FreePages (BufferAddress, EFI_SIZE_TO_PAGES (BufferSize)); in VarCheckHiiGenFromHiiDatabase()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/
DNullDmaLib.c146 FreePages (HostAddress, Pages); in DmaFreeBuffer()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
DMemoryAllocationLib.c180 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/
DSDMediaDevice.c239 …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/
DQemuFwCfgAcpi.c172 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/
DFdtPlatform.c134 gBS->FreePages (FdtConfigurationTableBase, NumPages); in InstallFdt()
139 gBS->FreePages (FdtBlobBase, NumPages); in InstallFdt()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderFdt.c124 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/MdePkg/Library/SmmMemoryAllocationLib/
DMemoryAllocationLib.c257 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/Library/UncachedMemoryAllocationLib/
DUncachedMemoryAllocationLib.c160 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/
DMemoryAllocationLib.c152 FreePages ( in FreePages() function
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/
DResetSystemLib.c72 FreePages (MemoryMap, Pages); in ShutdownEfi()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/ResetSystemLib/
DResetSystemLib.c72 FreePages (MemoryMap, Pages); in ShutdownEfi()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DDxeCis.h92 EFI_FREE_PAGES FreePages; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootLinux.c112 gBS->FreePages (Image, EFI_SIZE_TO_PAGES (FileSize)); in IsEfiBinary()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DBiosSnp16.c759 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/
DLoadBelow4G.c145 gBS->FreePages (FfsBuffer, Pages); in RelocateImageUnder4GIfNeeded()
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugUncachedMemoryAllocationLib/
DDebugUncachedMemoryAllocationLib.c246 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()

123