Searched refs:ReqPages (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRuntimeMemAllocation.c139 UINTN ReqPages; local
142 ReqPages = RT_SIZE_TO_PAGES (AllocationSize);
147 for (Index = StartPageIndex; Index <= (mRTPageTable->PageCount - ReqPages); ) {
149 // Check consecutive ReqPages pages.
151 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) {
157 if (SubIndex == ReqPages) {
178 for (Index = 0; Index < (StartPageIndex - ReqPages); ) {
180 // Check Consecutive ReqPages Pages.
182 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) {
188 if (SubIndex == ReqPages) {
227 UINTN ReqPages; local
[all...]

Completed in 51 milliseconds