Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_xnu.h817 } vm_map_switch_context_t; typedef
818 extern vm_map_switch_context_t vm_map_switch_with_sec_override(vm_map_t, boolean_t sec_override);
819 static inline vm_map_switch_context_t
824 extern void vm_map_switch_back(vm_map_switch_context_t ctx);
H A Dvm_reclaim.c951 vm_map_switch_context_t switch_ctx;
1520 vm_map_switch_context_t map_ctx = vm_map_switch_to(metadata->vdrm_map);
H A Dvm_kern.c4507 vm_map_switch_context_t switch_ctx; in copyinmap()
4536 vm_map_switch_context_t switch_ctx; in copyoutmap()
4574 vm_map_switch_context_t switch_ctx; in copyoutmap_atomic32()
4602 vm_map_switch_context_t switch_ctx; in copyoutmap_atomic64()
H A Dvm_map.c11569 vm_map_switch_context_t switch_ctx; in vm_map_copyout_kernel_buffer()
19939 vm_map_switch_context_t
19959 return (vm_map_switch_context_t) { oldmap, task, sec_override }; in vm_map_switch_with_sec_override()
19963 vm_map_switch_back(vm_map_switch_context_t ctx) in vm_map_switch_back()
20055 vm_map_switch_context_t switch_ctx; in vm_map_write_user()
20116 vm_map_switch_context_t switch_ctx; in vm_map_read_user()
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.c2083 vm_map_switch_context_t switch_ctx; in vm_shared_region_map_file()
/xnu-12377.1.9/osfmk/kern/
H A Dbacktrace.c391 vm_map_switch_context_t switch_ctx; in backtrace_user()
/xnu-12377.1.9/bsd/kern/
H A Dkern_aio.c1711 vm_map_switch_context_t switch_ctx; in aio_work_thread()
H A Dkern_exec.c1330 vm_map_switch_context_t switch_ctx; in exec_mach_imgact()