Home
last modified time | relevance | path

Searched refs:vm_map_switch_to (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dbacktrace.c447 switch_ctx = vm_map_switch_to(map); in backtrace_user()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_map_xnu.h873 vm_map_switch_to(vm_map_t map) in vm_map_switch_to() function
H A Dvm_reclaim.c935 switch_ctx = vm_map_switch_to(map); in reclaim_chunk()
1488 vm_map_switch_context_t map_ctx = vm_map_switch_to(metadata->vdrm_map); in vmdr_sample_working_set()
H A Dvm_user.c687 vm_map_switch_context_t ctx = vm_map_switch_to(map); in mach_vm_update_pointers_with_remote_tags()
H A Dvm_shared_region.c2133 switch_ctx = vm_map_switch_to(shared_region->sr_config_map); in vm_shared_region_map_file()
H A Dvm_tests.c3484 vm_map_switch_context_t switch_ctx = vm_map_switch_to(temp_map); in vm_upl_submap_test()
H A Dvm_map.c12142 switch_ctx = vm_map_switch_to(map); in vm_map_copyout_kernel_buffer()
21138 switch_ctx = vm_map_switch_to(map); in vm_map_write_user()
21199 switch_ctx = vm_map_switch_to(map); in vm_map_read_user()
/xnu-12377.61.12/bsd/kern/
H A Dkern_aio.c1744 switch_ctx = vm_map_switch_to(entryp->aio_map); in aio_work_thread()
H A Dkern_exec.c2370 switch_ctx = vm_map_switch_to(get_task_map(task)); in exec_mach_imgact()