Lines Matching refs:mach_task_self
39 kr = vm_map(mach_task_self(), in switcheroo_thread()
54 kr = vm_map(mach_task_self(), in switcheroo_thread()
101 kr = vm_allocate(mach_task_self(),
109 kr = vm_protect(mach_task_self(),
117 kr = mach_make_memory_entry_64(mach_task_self(),
126 kr = mach_make_memory_entry_64(mach_task_self(),
136 kr = vm_map(mach_task_self(),
149 kr = vm_map(mach_task_self(),
163 kr = vm_allocate(mach_task_self(),
177 kr = vm_allocate(mach_task_self(),
186 kr = mach_make_memory_entry_64(mach_task_self(),
194 kr = vm_deallocate(mach_task_self(), tmp_addr, ctx->obj_size);
214 kr = vm_allocate(mach_task_self(),
221 kr = vm_allocate(mach_task_self(),
231 kr = vm_map(mach_task_self(),
250 kr = vm_read_overwrite(mach_task_self(),
279 vm_deallocate(mach_task_self(), ctx->e0, ctx->obj_size);
281 vm_deallocate(mach_task_self(), e2, ctx->obj_size);
289 kr = mach_port_deallocate(mach_task_self(), ctx->mem_entry_rw);
291 kr = mach_port_deallocate(mach_task_self(), ctx->mem_entry_ro);
293 kr = vm_deallocate(mach_task_self(), ro_addr, ctx->obj_size);
295 kr = vm_deallocate(mach_task_self(), e5, ctx->obj_size);