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

/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp165 _pageStructures = fAllocatedPages;
277 fAllocatedPages = (uint8*)virtualBase;
281 = (addr_t)(fAllocatedPages + pagesNeeded * B_PAGE_SIZE);
313 void* page = fAllocatedPages + (fUsedPagesCount++) * B_PAGE_SIZE;
341 uint8* fAllocatedPages; member in struct:X86PagingMethodPAE::ToPAESwitcher

Completed in 29 milliseconds