Searched refs:LDTSZ (Results 1 – 5 of 5) sorted by relevance
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()163 if (start_sel + num_sels > LDTSZ) { in i386_set_ldt_impl()315 if (start_sel >= LDTSZ || num_sels > LDTSZ) { in i386_get_ldt_impl()318 if (start_sel + num_sels > LDTSZ) { in i386_get_ldt_impl()
65 struct real_descriptor master_ldt[LDTSZ] __attribute__ ((aligned(4096)))
96 #define LDTSZ (LDTSZ_MAX) macro
198 struct real_descriptor pcldts[LDTSZ];621 …fset_t ldtalloc = 0, ldtallocsz = round_page_64(MAX_CPUS * sizeof(struct real_descriptor) * LDTSZ); in cpu_data_alloc()
1223 assert(LDTSZ > LDTSZ_MIN); in doublemap_init()