Home
last modified time | relevance | path

Searched refs:LDTSZ_MIN (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/osfmk/i386/
H A Duser_ldt.c106 …unsigned int min_selector = LDTSZ_MIN; /* do not allow the system selectors to be changed… in i386_set_ldt_impl()
160 start_sel = LDTSZ_MIN; in i386_set_ldt_impl()
337 ldt_count = LDTSZ_MIN; in i386_get_ldt_impl()
409 if (user_ldt->start > LDTSZ_MIN) { in user_ldt_set()
410 bzero(&ldtp[LDTSZ_MIN], in user_ldt_set()
411 sizeof(struct real_descriptor) * (user_ldt->start - LDTSZ_MIN)); in user_ldt_set()
H A Dseg.h97 #define LDTSZ_MIN SEL_TO_INDEX(USER_SETTABLE) macro
H A Dmp_desc.c231 .lim_or_seg = LDTSZ_MIN * sizeof(struct fake_descriptor) - 1,
H A Di386_init.c1224 assert(LDTSZ > LDTSZ_MIN); in doublemap_init()