Home
last modified time | relevance | path

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

/xnu-11417.140.69/tests/vm/
H A Dmach_vm_map.c266 vm_map_offset_t target_addr, target_offset; variable
305 target_offset = (vm_map_offset_t) -1;
307 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
315 target_offset = (vm_map_offset_t) -(size_16kb + 1);
317 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
329 target_offset = (vm_map_offset_t) -(2 * size_16kb);
331 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
/xnu-11417.140.69/osfmk/vm/
H A Dvm_upl.c170 vm_object_offset_t target_offset; in upl_abort_range() local
270 target_offset = (vm_object_offset_t)offset; in upl_abort_range()
288 obj_start = target_offset + upl->u_offset - shadow_object->paging_offset; in upl_abort_range()
299 pg_num = (unsigned int) (target_offset / PAGE_SIZE); in upl_abort_range()
300 assert(pg_num == target_offset / PAGE_SIZE); in upl_abort_range()
321 if ((t = vm_page_lookup(object, target_offset)) != VM_PAGE_NULL) { in upl_abort_range()
327 m = vm_page_lookup(shadow_object, target_offset + object->vo_shadow_offset); in upl_abort_range()
463 target_offset += PAGE_SIZE_64; in upl_abort_range()
595 vm_object_offset_t target_offset; in upl_commit_range() local
713 target_offset = (vm_object_offset_t)offset; in upl_commit_range()
[all …]