Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Duser_ldt.c113 && (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()
H A Dldt.c65 struct real_descriptor master_ldt[LDTSZ] __attribute__ ((aligned(4096)))
H A Dseg.h96 #define LDTSZ (LDTSZ_MAX) macro
H A Dmp_desc.c202 struct real_descriptor pcldts[LDTSZ];
625 …fset_t ldtalloc = 0, ldtallocsz = round_page_64(MAX_CPUS * sizeof(struct real_descriptor) * LDTSZ); in cpu_data_alloc()
H A Di386_init.c1224 assert(LDTSZ > LDTSZ_MIN); in doublemap_init()