Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dbacktrace.c438 switch_ctx = vm_map_switch_to(map); in backtrace_user()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_xnu.h820 vm_map_switch_to(vm_map_t map) in vm_map_switch_to() function
H A Dvm_reclaim.c965 switch_ctx = vm_map_switch_to(map);
1520 vm_map_switch_context_t map_ctx = vm_map_switch_to(metadata->vdrm_map);
H A Dvm_tests.c2748 vm_map_switch_context_t switch_ctx = vm_map_switch_to(temp_map); in vm_upl_submap_test()
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_map.c11577 switch_ctx = vm_map_switch_to(map); in vm_map_copyout_kernel_buffer()
20061 switch_ctx = vm_map_switch_to(map); in vm_map_write_user()
20122 switch_ctx = vm_map_switch_to(map); in vm_map_read_user()
/xnu-12377.1.9/bsd/kern/
H A Dkern_aio.c1743 switch_ctx = vm_map_switch_to(entryp->aio_map); in aio_work_thread()
H A Dkern_exec.c1926 switch_ctx = vm_map_switch_to(get_task_map(task)); in exec_mach_imgact()