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

/haiku/src/system/kernel/vm/
H A Dvm.cpp4987 vm_page* mappedPage = NULL; local
4990 && (mappedPage = vm_lookup_page(physicalAddress / B_PAGE_SIZE))
4994 if (mappedPage == context.page) {
5042 DEBUG_PAGE_ACCESS_START(mappedPage);
5044 DEBUG_PAGE_ACCESS_END(mappedPage);

Completed in 43 milliseconds