Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_map_xnu.h870 } vm_map_switch_context_t; typedef
871 extern vm_map_switch_context_t vm_map_switch_with_sec_override(vm_map_t, boolean_t sec_override);
872 static inline vm_map_switch_context_t
877 extern void vm_map_switch_back(vm_map_switch_context_t ctx);
H A Dvm_reclaim.c921 vm_map_switch_context_t switch_ctx; 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_kern.c4596 vm_map_switch_context_t switch_ctx; in copyinmap()
4625 vm_map_switch_context_t switch_ctx; in copyoutmap()
4663 vm_map_switch_context_t switch_ctx; in copyoutmap_atomic32()
4691 vm_map_switch_context_t switch_ctx; in copyoutmap_atomic64()
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.c2083 vm_map_switch_context_t switch_ctx; in vm_shared_region_map_file()
H A Dvm_map.c12202 vm_map_switch_context_t switch_ctx; in vm_map_copyout_kernel_buffer()
21064 vm_map_switch_context_t
21089 return (vm_map_switch_context_t) { oldmap, task, sec_override }; in vm_map_switch_with_sec_override()
21093 vm_map_switch_back(vm_map_switch_context_t ctx) in vm_map_switch_back()
21204 vm_map_switch_context_t switch_ctx; in vm_map_write_user()
21265 vm_map_switch_context_t switch_ctx; in vm_map_read_user()
H A Dvm_tests.c3484 vm_map_switch_context_t switch_ctx = vm_map_switch_to(temp_map); in vm_upl_submap_test()
/xnu-12377.81.4/osfmk/kern/
H A Dbacktrace.c400 vm_map_switch_context_t switch_ctx; in backtrace_user()
/xnu-12377.81.4/bsd/kern/
H A Dkern_aio.c1768 vm_map_switch_context_t switch_ctx; in aio_work_thread()
H A Dkern_exec.c1774 vm_map_switch_context_t switch_ctx; in exec_mach_imgact()