Home
last modified time | relevance | path

Searched refs:insn_copy_optout (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/osfmk/i386/ !
H A Dthread.h158 bool insn_copy_optout; member
H A Dpcb_native.c833 pcb->insn_copy_optout = (task->t_flags & TF_INSN_COPY_OPTOUT) ? true : false; in machine_thread_create()
869 pcb->insn_copy_optout = false; in machine_thread_destroy()
963 thr->machine.insn_copy_optout = true; in machine_thread_set_insn_copy_optout()
H A Dtrap.c1136 if (thread->machine.insn_copy_optout == false && in user_trap()
1422 if (thread->machine.insn_copy_optout == false && insn_copyin_count > 0 && in user_trap()