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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dthread.h141 struct real_descriptor uldt_desc; /* the actual user setable ldt data */ member in struct:pcb
H A Dbsd_i386.c258 child_pcb->uldt_desc = parent_pcb->uldt_desc;
560 * the FS register. pcb->uldt_desc contains the actual descriptor the
606 pcb->uldt_desc = *(struct real_descriptor*)&temp;
H A Dpcb.c559 ldtp[sel_idx(pcb->uldt_selector)] = pcb->uldt_desc;
1738 pcb->uldt_desc = ldtp[sel_idx(USER_DS)];

Completed in 101 milliseconds