Home
last modified time | relevance | path

Searched refs:min_selector (Results 1 – 1 of 1) 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() local
113 && (start_sel < min_selector || start_sel >= LDTSZ || num_sels > LDTSZ)) { in i386_set_ldt_impl()