Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Duser_ldt.c177 unsigned int end_sel = (unsigned int)begin_sel + in i386_set_ldt_impl() local
184 if (old_ldt->start + old_ldt->count > end_sel) { in i386_set_ldt_impl()
185 end_sel = old_ldt->start + old_ldt->count; in i386_set_ldt_impl()
189 ldt_count = end_sel - begin_sel; in i386_set_ldt_impl()