Home
last modified time | relevance | path

Searched refs:NORMAL_MEMORY_BLOCK_UNIT_IN_PAGES (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c2846 MemPages = NORMAL_MEMORY_BLOCK_UNIT_IN_PAGES; in InitializeMemoryManagement()
2915 if (RealAllocSize > (NORMAL_MEMORY_BLOCK_UNIT_IN_PAGES * EFI_PAGE_SIZE)) { in UhcAllocatePool()
2918 MemoryBlockSizeInPages = NORMAL_MEMORY_BLOCK_UNIT_IN_PAGES; in UhcAllocatePool()
DUhcPeim.h40 #define NORMAL_MEMORY_BLOCK_UNIT_IN_PAGES 16 macro