Searched refs:SubPageRemaining (Results 1 – 2 of 2) sorted by relevance
59 if ((UINTN) mLockBoxGlobal->SubPageRemaining >= Size) { in AllocateMemoryBelow4G()62 mLockBoxGlobal->SubPageRemaining -= (UINT32) Size; in AllocateMemoryBelow4G()80 if (AllocRemaining > (UINTN) mLockBoxGlobal->SubPageRemaining) { in AllocateMemoryBelow4G()82 mLockBoxGlobal->SubPageRemaining = (UINT32) AllocRemaining; in AllocateMemoryBelow4G()
23 UINT32 SubPageRemaining; member