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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dthread.h140 unsigned long uldt_selector; /* user ldt selector to set */ member in struct:pcb
H A Dbsd_i386.c256 if (parent_pcb->uldt_selector!= 0) {
257 child_pcb->uldt_selector = parent_pcb->uldt_selector;
558 * pcb->uldt_selector variable will contain either 0 meaning the
607 pcb->uldt_selector = USER_SETTABLE; // set the selector value
H A Dpcb.c558 if (pcb->uldt_selector != 0)
559 ldtp[sel_idx(pcb->uldt_selector)] = pcb->uldt_desc;
1739 pcb->uldt_selector = 0;

Completed in 30 milliseconds