Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DRuntimeMemAllocation.c32 #define RT_SIZE_TO_PAGES(a) (((a) >> RT_PAGE_SHIFT) + (((a) & RT_PAGE_MASK) ? 1 : 0)) macro
141 StartPageIndex = RT_SIZE_TO_PAGES (mRTPageTable->LastEmptyPageOffset); in LookupFreeMemRegion()
142 ReqPages = RT_SIZE_TO_PAGES (AllocationSize); in LookupFreeMemRegion()
249 ReqPages = RT_SIZE_TO_PAGES (AllocationSize); in RuntimeAllocateMem()
251 StartPage = RT_SIZE_TO_PAGES (AllocOffset); in RuntimeAllocateMem()
286 …StartPageIndex = RT_SIZE_TO_PAGES (mRTPageTable->Pages[RT_SIZE_TO_PAGES(StartOffset)].StartPageOff… in RuntimeFreeMem()
407 …StartPageIndex = RT_SIZE_TO_PAGES (mRTPageTable->Pages[RT_SIZE_TO_PAGES (StartOffset)].StartPageOf… in realloc()