Home
last modified time | relevance | path

Searched refs:USER_SETTABLE (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/osfmk/i386/
H A Dbsd_i386_native.c210 pcb->uldt_selector = USER_SETTABLE; // set the selector value in thread_set_user_ldt()
213 *ldt_desc_p(USER_SETTABLE) = *(struct real_descriptor*)&temp; in thread_set_user_ldt()
217 return USER_SETTABLE; in thread_set_user_ldt()
H A Dseg.h97 #define LDTSZ_MIN SEL_TO_INDEX(USER_SETTABLE)
300 #define USER_SETTABLE 0x1f /* start of user settable ldt entries */ macro