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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp378 vm_page_t lastPage; local
379 lastPage = NULL;
382 lastPage = state->fCopyNext;
385 vm_page_set_offset(lastPage, atop_64(address) + idx);
386 lastPage = vm_page_get_next(lastPage);
390 if (!lastPage || SHOULD_COPY_DIR(op, target->fMDSummary.fDirection))
392 lastPage = state->fCopyNext;
407 remapAddr = ptoa_64(vm_page_get_phys_page(lastPage));
433 lastPage
[all...]
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c585 ppnum_t lastPage, highest = 0; local
590 lastPage = pmap_memory_regions[idx].end - 1;
591 if (lastPage > highest)
592 highest = lastPage;

Completed in 71 milliseconds