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

/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp166 _pageStructuresSize = (size_t)fUsedPagesCount * B_PAGE_SIZE;
279 fUsedPagesCount = 0;
307 if (fUsedPagesCount >= fAllocatedPagesCount) {
313 void* page = fAllocatedPages + (fUsedPagesCount++) * B_PAGE_SIZE;
343 uint32 fUsedPagesCount; member in struct:X86PagingMethodPAE::ToPAESwitcher

Completed in 33 milliseconds