Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dbsd_i386_native.c112 if (parent_pcb->uldt_selector != 0) { in machine_thread_dup()
113 child_pcb->uldt_selector = parent_pcb->uldt_selector; in machine_thread_dup()
236 pcb->uldt_selector = USER_SETTABLE; // set the selector value in thread_set_user_ldt()
H A Dthread.h131 unsigned long uldt_selector; /* user ldt selector to set */ member
H A Dpcb_native.c630 if (pcb->uldt_selector != 0) { in act_machine_switch_pcb()
631 ldtp[sel_idx(pcb->uldt_selector)] = pcb->uldt_desc; in act_machine_switch_pcb()
815 pcb->uldt_selector = 0; in machine_thread_create()