Searched refs:target_offset (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/tests/vm/ |
| H A D | mach_vm_map.c | 266 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-11215/osfmk/vm/ |
| H A D | vm_upl.c | 168 vm_object_offset_t target_offset; in upl_abort_range() local 268 target_offset = (vm_object_offset_t)offset; in upl_abort_range() 297 pg_num = (unsigned int) (target_offset / PAGE_SIZE); in upl_abort_range() 298 assert(pg_num == target_offset / PAGE_SIZE); in upl_abort_range() 456 target_offset += PAGE_SIZE_64; in upl_abort_range() 588 vm_object_offset_t target_offset; in upl_commit_range() local 706 target_offset = (vm_object_offset_t)offset; in upl_commit_range() 785 target_offset = m->vmp_offset; in upl_commit_range() 787 pg_num = (unsigned int) (target_offset / PAGE_SIZE); in upl_commit_range() 788 assert(pg_num == target_offset / PAGE_SIZE); in upl_commit_range() [all …]
|