Home
last modified time | relevance | path

Searched refs:vm_map_switch_context_t (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/osfmk/vm/
H A Dvm_map_xnu.h755 } vm_map_switch_context_t; typedef
756 extern vm_map_switch_context_t vm_map_switch_to(vm_map_t map);
757 extern void vm_map_switch_back(vm_map_switch_context_t ctx);
H A Dvm_kern.c4418 vm_map_switch_context_t switch_ctx; in copyinmap()
4449 vm_map_switch_context_t switch_ctx; in copyoutmap()
4489 vm_map_switch_context_t switch_ctx; in copyoutmap_atomic32()
4519 vm_map_switch_context_t switch_ctx; in copyoutmap_atomic64()
H A Dvm_reclaim.c906 vm_map_switch_context_t switch_ctx;
H A Dvm_map.c11387 vm_map_switch_context_t switch_ctx; in vm_map_copyout_kernel_buffer()
19715 vm_map_switch_context_t
19735 return (vm_map_switch_context_t) { oldmap, task }; in vm_map_switch_to()
19739 vm_map_switch_back(vm_map_switch_context_t ctx) in vm_map_switch_back()
19831 vm_map_switch_context_t switch_ctx; in vm_map_write_user()
19892 vm_map_switch_context_t switch_ctx; in vm_map_read_user()
/xnu-11417.121.6/osfmk/kern/
H A Dbacktrace.c392 vm_map_switch_context_t switch_ctx; in backtrace_user()
/xnu-11417.121.6/bsd/kern/
H A Dkern_aio.c1515 vm_map_switch_context_t switch_ctx; in aio_work_thread()
H A Dkern_exec.c1219 vm_map_switch_context_t switch_ctx; in exec_mach_imgact()