Home
last modified time | relevance | path

Searched refs:EFI_SIZE_TO_PAGES (Results 1 – 25 of 1527) sorted by relevance

12345678910>>...62

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/OvmfPkg/Library/PlatformBootManagerLib/
H A DQemuKernel.c60 SetupBuf = LoadLinuxAllocateKernelSetupPages (EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
90 EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
108 EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
126 EFI_SIZE_TO_PAGES (InitrdSize) in TryRunningQemuKernel()
154 FreePages (SetupBuf, EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
157 FreePages (KernelBuf, EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
160 FreePages (CommandLine, EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
163 FreePages (InitrdData, EFI_SIZE_TO_PAGES (InitrdSize)); in TryRunningQemuKernel()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/OvmfPkg/Library/PlatformBootManagerLib/
H A DQemuKernel.c60 SetupBuf = LoadLinuxAllocateKernelSetupPages (EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
90 EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
108 EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
126 EFI_SIZE_TO_PAGES (InitrdSize) in TryRunningQemuKernel()
154 FreePages (SetupBuf, EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
157 FreePages (KernelBuf, EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
160 FreePages (CommandLine, EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
163 FreePages (InitrdData, EFI_SIZE_TO_PAGES (InitrdSize)); in TryRunningQemuKernel()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/Library/PlatformBootManagerLib/
H A DQemuKernel.c60 SetupBuf = LoadLinuxAllocateKernelSetupPages (EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
90 EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
108 EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
126 EFI_SIZE_TO_PAGES (InitrdSize) in TryRunningQemuKernel()
154 FreePages (SetupBuf, EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
157 FreePages (KernelBuf, EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
160 FreePages (CommandLine, EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
163 FreePages (InitrdData, EFI_SIZE_TO_PAGES (InitrdSize)); in TryRunningQemuKernel()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/OvmfPkg/Library/PlatformBdsLib/
H A DQemuKernel.c64 SetupBuf = LoadLinuxAllocateKernelSetupPages (EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
94 EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
112 EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
130 EFI_SIZE_TO_PAGES (InitrdSize) in TryRunningQemuKernel()
150 FreePages (SetupBuf, EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
153 FreePages (KernelBuf, EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
156 FreePages (CommandLine, EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
159 FreePages (InitrdData, EFI_SIZE_TO_PAGES (InitrdSize)); in TryRunningQemuKernel()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/OvmfPkg/Library/PlatformBootManagerLib/
H A DQemuKernel.c60 SetupBuf = LoadLinuxAllocateKernelSetupPages (EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
90 EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
108 EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
126 EFI_SIZE_TO_PAGES (InitrdSize) in TryRunningQemuKernel()
154 FreePages (SetupBuf, EFI_SIZE_TO_PAGES (SetupSize)); in TryRunningQemuKernel()
157 FreePages (KernelBuf, EFI_SIZE_TO_PAGES (KernelInitialSize)); in TryRunningQemuKernel()
160 FreePages (CommandLine, EFI_SIZE_TO_PAGES (CommandLineSize)); in TryRunningQemuKernel()
163 FreePages (InitrdData, EFI_SIZE_TO_PAGES (InitrdSize)); in TryRunningQemuKernel()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/sysutils/edk2/edk2-edk2-stable202102/SecurityPkg/HddPassword/
H A DHddPasswordPei.c59 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in UnlockDevice()
102 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in UnlockDevice()
149 EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK)), in FreezeLockDevice()
186 FreeAlignedPages (Asb, EFI_SIZE_TO_PAGES (sizeof (EFI_ATA_STATUS_BLOCK))); in FreezeLockDevice()
220 Buffer = AllocatePages (EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
228 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
297 FreePages (Buffer, EFI_SIZE_TO_PAGES (Length)); in UnlockHddPassword()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Core/DxeIplPeim/Ipf/
H A DDxeLoadFunc.c44 BaseOfStack = AllocatePages (EFI_SIZE_TO_PAGES (STACK_SIZE)); in HandOffToDxeCore()
50 BspStore = AllocatePages (EFI_SIZE_TO_PAGES (BSP_STORE_SIZE)); in HandOffToDxeCore()
61 …TopOfStack = (VOID *) ((UINTN) BaseOfStack + EFI_SIZE_TO_PAGES (STACK_SIZE) * EFI_PAGE_SIZE - CPU_… in HandOffToDxeCore()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Library/X86QemuLoadImageLib/
H A DX86QemuLoadImageLib.c65 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in FreeLegacyImage()
69 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize)); in FreeLegacyImage()
73 EFI_SIZE_TO_PAGES (LoadedImage->CommandLineSize)); in FreeLegacyImage()
77 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in FreeLegacyImage()
110 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in QemuLoadLegacyImage()
143 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize) in QemuLoadLegacyImage()
162 EFI_SIZE_TO_PAGES ( in QemuLoadLegacyImage()
180 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in QemuLoadLegacyImage()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Library/X86QemuLoadImageLib/
H A DX86QemuLoadImageLib.c65 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in FreeLegacyImage()
69 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize)); in FreeLegacyImage()
73 EFI_SIZE_TO_PAGES (LoadedImage->CommandLineSize)); in FreeLegacyImage()
77 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in FreeLegacyImage()
110 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in QemuLoadLegacyImage()
143 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize) in QemuLoadLegacyImage()
162 EFI_SIZE_TO_PAGES ( in QemuLoadLegacyImage()
180 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in QemuLoadLegacyImage()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Library/X86QemuLoadImageLib/
H A DX86QemuLoadImageLib.c65 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in FreeLegacyImage()
69 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize)); in FreeLegacyImage()
73 EFI_SIZE_TO_PAGES (LoadedImage->CommandLineSize)); in FreeLegacyImage()
77 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in FreeLegacyImage()
110 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in QemuLoadLegacyImage()
143 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize) in QemuLoadLegacyImage()
162 EFI_SIZE_TO_PAGES ( in QemuLoadLegacyImage()
180 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in QemuLoadLegacyImage()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Library/X86QemuLoadImageLib/
H A DX86QemuLoadImageLib.c65 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in FreeLegacyImage()
69 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize)); in FreeLegacyImage()
73 EFI_SIZE_TO_PAGES (LoadedImage->CommandLineSize)); in FreeLegacyImage()
77 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in FreeLegacyImage()
110 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in QemuLoadLegacyImage()
143 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize) in QemuLoadLegacyImage()
162 EFI_SIZE_TO_PAGES ( in QemuLoadLegacyImage()
180 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in QemuLoadLegacyImage()
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Library/X86QemuLoadImageLib/
H A DX86QemuLoadImageLib.c65 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in FreeLegacyImage()
69 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize)); in FreeLegacyImage()
73 EFI_SIZE_TO_PAGES (LoadedImage->CommandLineSize)); in FreeLegacyImage()
77 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in FreeLegacyImage()
110 EFI_SIZE_TO_PAGES (LoadedImage->SetupSize)); in QemuLoadLegacyImage()
143 EFI_SIZE_TO_PAGES (LoadedImage->KernelInitialSize) in QemuLoadLegacyImage()
162 EFI_SIZE_TO_PAGES ( in QemuLoadLegacyImage()
180 EFI_SIZE_TO_PAGES (LoadedImage->InitrdSize)); in QemuLoadLegacyImage()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Library/FdtLoadLib/
H A DFdtConfigurationTable.c162 …Status = gBS->AllocatePages (AllocateAnyPages, EfiRuntimeServicesData, EFI_SIZE_TO_PAGES (FdtSize)… in InstallFdtFromSemihosting()
166 gBS->FreePages (FdtBase, EFI_SIZE_TO_PAGES (FdtSize)); in InstallFdtFromSemihosting()
171 gBS->FreePages (FdtBase, EFI_SIZE_TO_PAGES (FdtSize)); in InstallFdtFromSemihosting()
255 …Status = gBS->AllocatePages (AllocateAnyPages, EfiRuntimeServicesData, EFI_SIZE_TO_PAGES (FdtSize)… in InstallFdtFromFv()
268 gBS->FreePages (FdtBase, EFI_SIZE_TO_PAGES (FdtSize)); in InstallFdtFromFv()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c305 NoPages = EFI_SIZE_TO_PAGES(Size) + EFI_SIZE_TO_PAGES (DEFAULT_PAGE_ALLOCATION) - 1; in CoreAllocatePoolI()
306 NoPages &= ~(UINTN)(EFI_SIZE_TO_PAGES (DEFAULT_PAGE_ALLOCATION) - 1); in CoreAllocatePoolI()
319 …NewPage = CoreAllocatePoolPages(PoolType, EFI_SIZE_TO_PAGES (DEFAULT_PAGE_ALLOCATION), DEFAULT_PAG… in CoreAllocatePoolI()
526 NoPages = EFI_SIZE_TO_PAGES(Size) + EFI_SIZE_TO_PAGES (DEFAULT_PAGE_ALLOCATION) - 1; in CoreFreePoolI()
527 NoPages &= ~(UINTN)(EFI_SIZE_TO_PAGES (DEFAULT_PAGE_ALLOCATION) - 1); in CoreFreePoolI()
595 …CoreFreePoolPages ((EFI_PHYSICAL_ADDRESS) (UINTN)NewPage, EFI_SIZE_TO_PAGES (DEFAULT_PAGE_ALLOCATI… in CoreFreePoolI()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/StandaloneMmPkg/Core/
H A DFwVol.c116 ScratchBuffer = (VOID *)(UINTN)AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in MmCoreFfsFindMmDriver()
124 DstBuffer = (VOID *)(UINTN)AllocatePages (EFI_SIZE_TO_PAGES (DstBufferSize)); in MmCoreFfsFindMmDriver()
134 FreePages (ScratchBuffer, EFI_SIZE_TO_PAGES (ScratchBufferSize)); in MmCoreFfsFindMmDriver()
176 FreePages (DstBuffer, EFI_SIZE_TO_PAGES (DstBufferSize)); in MmCoreFfsFindMmDriver()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/StandaloneMmPkg/Core/
H A DFwVol.c116 ScratchBuffer = (VOID *)(UINTN)AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in MmCoreFfsFindMmDriver()
124 DstBuffer = (VOID *)(UINTN)AllocatePages (EFI_SIZE_TO_PAGES (DstBufferSize)); in MmCoreFfsFindMmDriver()
134 FreePages (ScratchBuffer, EFI_SIZE_TO_PAGES (ScratchBufferSize)); in MmCoreFfsFindMmDriver()
176 FreePages (DstBuffer, EFI_SIZE_TO_PAGES (DstBufferSize)); in MmCoreFfsFindMmDriver()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/StandaloneMmPkg/Core/
H A DFwVol.c116 ScratchBuffer = (VOID *)(UINTN)AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize)); in MmCoreFfsFindMmDriver()
124 DstBuffer = (VOID *)(UINTN)AllocatePages (EFI_SIZE_TO_PAGES (DstBufferSize)); in MmCoreFfsFindMmDriver()
134 FreePages (ScratchBuffer, EFI_SIZE_TO_PAGES (ScratchBufferSize)); in MmCoreFfsFindMmDriver()
176 FreePages (DstBuffer, EFI_SIZE_TO_PAGES (DstBufferSize)); in MmCoreFfsFindMmDriver()

12345678910>>...62