Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DRuntimeMemAllocation.c229 UINTN StartPage; in RuntimeAllocateMem() local
251 StartPage = RT_SIZE_TO_PAGES (AllocOffset); in RuntimeAllocateMem()
254 mRTPageTable->Pages[StartPage + Index].PageFlag |= RT_PAGE_USED; in RuntimeAllocateMem()
255 mRTPageTable->Pages[StartPage + Index].StartPageOffset = AllocOffset; in RuntimeAllocateMem()