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

/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386_native.c118 child_pcb->uldt_desc = parent_pcb->uldt_desc;
230 * the FS register. pcb->uldt_desc contains the actual descriptor the
274 pcb->uldt_desc = *(struct real_descriptor*)&temp;
H A Dthread.h143 struct real_descriptor uldt_desc; /* actual user setable ldt */ member in struct:machine_thread
H A Dpcb_native.c260 ldtp[sel_idx(pcb->uldt_selector)] = pcb->uldt_desc;
404 ldtp[sel_idx(pcb->uldt_selector)] = pcb->uldt_desc;
597 pcb->uldt_desc = ldtp[sel_idx(USER_DS)];

Completed in 72 milliseconds