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

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRuntimeMemAllocation.c136 UINTN StartPageIndex; local
141 StartPageIndex = RT_SIZE_TO_PAGES (mRTPageTable->LastEmptyPageOffset);
147 for (Index = StartPageIndex; Index <= (mRTPageTable->PageCount - ReqPages); ) {
178 for (Index = 0; Index < (StartPageIndex - ReqPages); ) {
198 while ((SubIndex < (StartPageIndex - ReqPages)) &&
283 UINTN StartPageIndex; local
286 StartPageIndex = RT_SIZE_TO_PAGES (mRTPageTable->Pages[RT_SIZE_TO_PAGES(StartOffset)].StartPageOffset);
288 while (StartPageIndex < mRTPageTable->PageCount) {
289 if (((mRTPageTable->Pages[StartPageIndex].PageFlag & RT_PAGE_USED) != 0) &&
290 (mRTPageTable->Pages[StartPageIndex]
396 UINTN StartPageIndex; local
[all...]

Completed in 32 milliseconds