Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dthread.h158 bool insn_copy_optout; member
H A Dpcb_native.c831 pcb->insn_copy_optout = (task->t_flags & TF_INSN_COPY_OPTOUT) ? true : false; in machine_thread_create()
867 pcb->insn_copy_optout = false; in machine_thread_destroy()
961 thr->machine.insn_copy_optout = true; in machine_thread_set_insn_copy_optout()
H A Dtrap.c1029 if (thread->machine.insn_copy_optout == false && in user_trap()
1315 if (thread->machine.insn_copy_optout == false && insn_copyin_count > 0 && in user_trap()