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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c4915 vm_object_offset_t target_offset; local
5006 target_offset = (vm_object_offset_t)offset;
5053 pg_num = (unsigned int) (target_offset/PAGE_SIZE);
5054 assert(pg_num == target_offset/PAGE_SIZE);
5060 m = vm_page_lookup(shadow_object, target_offset + (upl->offset - shadow_object->paging_offset));
5064 if ((t = vm_page_lookup(object, target_offset)) != VM_PAGE_NULL) {
5071 m = vm_page_lookup(shadow_object, target_offset + object->vo_shadow_offset);
5325 target_offset += PAGE_SIZE_64;
5444 vm_object_offset_t target_offset; local
5533 target_offset
[all...]

Completed in 77 milliseconds