Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dmach_vm_map.c267 vm_map_offset_t target_addr, target_offset; variable
306 target_offset = (vm_map_offset_t) -1;
308 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
316 target_offset = (vm_map_offset_t) -(size_16kb + 1);
318 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
330 target_offset = (vm_map_offset_t) -(2 * size_16kb);
332 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
/xnu-12377.81.4/osfmk/vm/
H A Dvm_upl.c175 vm_object_offset_t target_offset; in upl_abort_range() local
275 target_offset = (vm_object_offset_t)offset; in upl_abort_range()
293 obj_start = target_offset + upl->u_offset - shadow_object->paging_offset; in upl_abort_range()
304 pg_num = (unsigned int) (target_offset / PAGE_SIZE); in upl_abort_range()
305 assert(pg_num == target_offset / PAGE_SIZE); in upl_abort_range()
326 if ((t = vm_page_lookup(object, target_offset)) != VM_PAGE_NULL) { in upl_abort_range()
332 m = vm_page_lookup(shadow_object, target_offset + object->vo_shadow_offset); in upl_abort_range()
477 target_offset += PAGE_SIZE_64; in upl_abort_range()
609 vm_object_offset_t target_offset; in upl_commit_range() local
729 target_offset = (vm_object_offset_t)offset; in upl_commit_range()
[all …]