Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dbsd_i386_native.c236 pcb->uldt_selector = USER_SETTABLE; // set the selector value in thread_set_user_ldt()
239 *ldt_desc_p(USER_SETTABLE) = *(struct real_descriptor*)&temp; in thread_set_user_ldt()
243 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