Searched refs:start_sel (Results 1 – 1 of 1) sorted by relevance
83 static int i386_set_ldt_impl(uint32_t *retval, uint64_t start_sel, uint64_t descs,85 static int i386_get_ldt_impl(uint32_t *retval, uint64_t start_sel, uint64_t descs,99 uint64_t start_sel, in i386_set_ldt_impl() argument111 if (start_sel != LDT_AUTO_ALLOC in i386_set_ldt_impl()112 && (start_sel != 0 || num_sels != 0) in i386_set_ldt_impl()113 && (start_sel < min_selector || start_sel >= LDTSZ || num_sels > LDTSZ)) { in i386_set_ldt_impl()116 if (start_sel != LDT_AUTO_ALLOC && start_sel + num_sels > LDTSZ) { in i386_set_ldt_impl()124 if (start_sel == LDT_AUTO_ALLOC) { in i386_set_ldt_impl()158 start_sel = old_ldt->start + i - null_count; in i386_set_ldt_impl()160 start_sel = LDTSZ_MIN; in i386_set_ldt_impl()[all …]