Searched defs:NumberOfPages (Results 1 - 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/MemoryTypeInformation/
H A DMemoryTypeInformation.h34 UINT32 NumberOfPages; member in struct:__anon4836
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
H A DMemoryTypeInformation.h33 UINT32 NumberOfPages; ///< The pages of this type memory. member in struct:__anon6477
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c183 UINTN NumberOfPages; local
198 NumberOfPages = (UINTN) (DivU64x32(LoadedImage->ImageSize, EFI_PAGE_SIZE) + 1);
206 NumberOfPages, // do we have to convert this to pages??
236 gBS->FreePages (MemoryAddress, NumberOfPages);
245 gBS->FreePages (MemoryAddress, NumberOfPages);
267 gBS->FreePages (MemoryAddress, NumberOfPages);
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
H A DVirtioGpu.h145 UINTN NumberOfPages; member in struct:VGPU_GOP_STRUCT
252 IN UINTN NumberOfPages
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupport.h59 // NumberOfPages is the number of pages allocated at PageAddress.
68 UINTN NumberOfPages; member in struct:__anon5678
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
H A DPciRootBridge.h52 UINTN NumberOfPages; member in struct:__anon6110
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTable.h65 // NumberOfPages is the number of pages allocated at PageAddress.
74 UINTN NumberOfPages; member in struct:__anon6725
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
H A DPciRootBridge.h63 UINTN NumberOfPages; member in struct:__anon9953
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
H A DPcatPciRootBridge.h116 UINTN NumberOfPages; member in struct:__anon4110
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
H A DPciHostBridge.h412 UINTN NumberOfPages; member in struct:__anon1350
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DInternalIsaBus.h151 UINTN NumberOfPages; member in struct:__anon5480
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaDriver.h142 UINTN NumberOfPages; member in struct:__anon5503
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.h238 UINTN NumberOfPages; member in struct:__anon6364
329 @param NumberOfPages The number of pages in the range
339 IN UINT64 NumberOfPages,
1252 @param NumberOfPages The number of pages to allocate
1269 IN UINTN NumberOfPages,
1277 @param NumberOfPages The number of pages to free
1288 IN UINTN NumberOfPages
2848 @param NumberOfPages The number of pages to convert
2855 IN UINT64 NumberOfPages,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
H A DPage.c63 @param[in] NumberOfPages The number of pages to allocate.
78 IN UINTN NumberOfPages,
255 @param[in] NumberOfPages The number of pages to allocate.
262 IN UINTN NumberOfPages,
276 End = Memory + EFI_PAGES_TO_SIZE(NumberOfPages) - 1;
507 DEBUG ((DEBUG_INFO, "Pages->NumberOfPages - 0x%x\n", Pages->NumberOfPages));
565 Result = SmmMemoryMapConsistencyCheckRange ((EFI_PHYSICAL_ADDRESS)(UINTN)Pages, (UINTN)EFI_PAGES_TO_SIZE(Pages->NumberOfPages));
575 @param NumberOfPages Number of pages to be allocated.
584 IN UINTN NumberOfPages,
259 ConvertSmmMemoryMapEntry( IN EFI_MEMORY_TYPE Type, IN EFI_PHYSICAL_ADDRESS Memory, IN UINTN NumberOfPages, IN BOOLEAN AddRegion ) argument
582 InternalAllocPagesOnOneNode( IN OUT FREE_PAGE_LIST *Pages, IN UINTN NumberOfPages, IN UINTN MaxAddress ) argument
624 InternalAllocMaxAddress( IN OUT LIST_ENTRY *FreePageList, IN UINTN NumberOfPages, IN UINTN MaxAddress ) argument
654 InternalAllocAddress( IN OUT LIST_ENTRY *FreePageList, IN UINTN NumberOfPages, IN UINTN Address ) argument
699 SmmInternalAllocatePagesEx( IN EFI_ALLOCATE_TYPE Type, IN EFI_MEMORY_TYPE MemoryType, IN UINTN NumberOfPages, OUT EFI_PHYSICAL_ADDRESS *Memory, IN BOOLEAN AddRegion ) argument
778 SmmInternalAllocatePages( IN EFI_ALLOCATE_TYPE Type, IN EFI_MEMORY_TYPE MemoryType, IN UINTN NumberOfPages, OUT EFI_PHYSICAL_ADDRESS *Memory ) argument
806 SmmAllocatePages( IN EFI_ALLOCATE_TYPE Type, IN EFI_MEMORY_TYPE MemoryType, IN UINTN NumberOfPages, OUT EFI_PHYSICAL_ADDRESS *Memory ) argument
869 SmmInternalFreePagesEx( IN EFI_PHYSICAL_ADDRESS Memory, IN UINTN NumberOfPages, IN BOOLEAN AddRegion ) argument
[all...]
H A DPiSmmCore.h265 @param NumberOfPages The number of pages to allocate
280 IN UINTN NumberOfPages,
290 @param NumberOfPages The number of pages to allocate
305 IN UINTN NumberOfPages,
313 @param NumberOfPages The number of pages to free
316 @retval EFI_INVALID_PARAMETER Address not aligned, Address is zero or NumberOfPages is zero.
324 IN UINTN NumberOfPages
331 @param NumberOfPages The number of pages to free
334 @retval EFI_INVALID_PARAMETER Address not aligned, Address is zero or NumberOfPages is zero.
342 IN UINTN NumberOfPages
1086 UINTN NumberOfPages; member in struct:__anon6432
[all...]
H A DSmramProfileRecord.c1081 UINTN NumberOfPages; local
1083 NumberOfPages = 0;
1089 NumberOfPages += Pages->NumberOfPages;
1092 mSmramFreeMemory.TotalFreeMemoryPages = NumberOfPages;
1094 if (NumberOfPages <= SMRAM_INFO_DUMP_PAGE_THRESHOLD) {
1825 MemoryProfileDescriptor->Size = EFI_PAGES_TO_SIZE (Pages->NumberOfPages);
2563 DEBUG ((EFI_D_INFO, " NumberOfPages - 0x%08x\n", Pages->NumberOfPages));
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c27 UINT64 NumberOfPages; member in struct:__anon6387
524 @param NumberOfPages The number of pages in the range
534 IN UINT64 NumberOfPages,
551 End = Start + LShiftU64 (NumberOfPages, EFI_PAGE_SHIFT) - 1;
582 if (gMemoryTypeInformation[Index].NumberOfPages != 0) {
589 gMemoryTypeInformation[Index].NumberOfPages,
607 if (gMemoryTypeInformation[FreeIndex].NumberOfPages != 0) {
610 gMemoryTypeInformation[FreeIndex].NumberOfPages
624 LShiftU64 (gMemoryTypeInformation[Index].NumberOfPages, EFI_PAGE_SHIFT) - 1;
649 if (gMemoryTypeInformation[Index].NumberOfPages !
531 CoreAddMemoryDescriptor( IN EFI_MEMORY_TYPE Type, IN EFI_PHYSICAL_ADDRESS Start, IN UINT64 NumberOfPages, IN UINT64 Attribute ) argument
700 CoreConvertPagesEx( IN UINT64 Start, IN UINT64 NumberOfPages, IN BOOLEAN ChangingType, IN EFI_MEMORY_TYPE NewType, IN BOOLEAN ChangingAttributes, IN UINT64 NewAttributes ) argument
928 CoreConvertPages( IN UINT64 Start, IN UINT64 NumberOfPages, IN EFI_MEMORY_TYPE NewType ) argument
948 CoreUpdateMemoryAttributes( IN EFI_PHYSICAL_ADDRESS Start, IN UINT64 NumberOfPages, IN UINT64 NewAttributes ) argument
980 CoreFindFreePagesI( IN UINT64 MaxAddress, IN UINT64 MinAddress, IN UINT64 NumberOfPages, IN EFI_MEMORY_TYPE NewType, IN UINTN Alignment ) argument
1195 CoreInternalAllocatePages( IN EFI_ALLOCATE_TYPE Type, IN EFI_MEMORY_TYPE MemoryType, IN UINTN NumberOfPages, IN OUT EFI_PHYSICAL_ADDRESS *Memory ) argument
1327 CoreAllocatePages( IN EFI_ALLOCATE_TYPE Type, IN EFI_MEMORY_TYPE MemoryType, IN UINTN NumberOfPages, OUT EFI_PHYSICAL_ADDRESS *Memory ) argument
1365 CoreInternalFreePages( IN EFI_PHYSICAL_ADDRESS Memory, IN UINTN NumberOfPages, OUT EFI_MEMORY_TYPE *MemoryType OPTIONAL ) argument
1839 CoreAllocatePoolPages( IN EFI_MEMORY_TYPE PoolType, IN UINTN NumberOfPages, IN UINTN Alignment ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiTypes.h247 UINT64 NumberOfPages; member in struct:__anon4299
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h122 UINT64 NumberOfPages; member in struct:__anon9447

Completed in 215 milliseconds