Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c2878 UINTN RealAllocSize; in UhcAllocatePool() local
2890 RealAllocSize = (AllocSize / 32 + 1) * 32; in UhcAllocatePool()
2892 RealAllocSize = AllocSize; in UhcAllocatePool()
2901 RealAllocSize / 32 in UhcAllocatePool()
2915 if (RealAllocSize > (NORMAL_MEMORY_BLOCK_UNIT_IN_PAGES * EFI_PAGE_SIZE)) { in UhcAllocatePool()
2916 MemoryBlockSizeInPages = RealAllocSize / EFI_PAGE_SIZE + 1; in UhcAllocatePool()
2933 RealAllocSize / 32 in UhcAllocatePool()
3095 UINTN RealAllocSize; in UhcFreePool() local
3103 RealAllocSize = (AllocSize / 32 + 1) * 32; in UhcFreePool()
3105 RealAllocSize = AllocSize; in UhcFreePool()
[all …]