Searched refs:num_sels (Results 1 – 1 of 1) sorted by relevance
84 uint64_t num_sels);86 uint64_t num_sels);101 uint64_t num_sels) in i386_set_ldt_impl() argument112 && (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()140 if (null_count == num_sels) { in i386_set_ldt_impl()163 if (start_sel + num_sels > LDTSZ) { in i386_set_ldt_impl()169 if (start_sel == 0 && num_sels == 0) { in i386_set_ldt_impl()178 (unsigned int)num_sels; in i386_set_ldt_impl()[all …]