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

/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386_native.c116 if (parent_pcb->uldt_selector!= 0) {
117 child_pcb->uldt_selector = parent_pcb->uldt_selector;
228 * pcb->uldt_selector variable will contain either 0 meaning the
275 pcb->uldt_selector = USER_SETTABLE; // set the selector value
H A Dthread.h142 unsigned long uldt_selector; /* user ldt selector to set */ member in struct:machine_thread
H A Dpcb_native.c259 if (pcb->uldt_selector != 0)
260 ldtp[sel_idx(pcb->uldt_selector)] = pcb->uldt_desc;
403 if (pcb->uldt_selector != 0)
404 ldtp[sel_idx(pcb->uldt_selector)] = pcb->uldt_desc;
619 pcb->uldt_selector = 0;

Completed in 22 milliseconds