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

/xnu-2782.1.97/osfmk/i386/
H A Dldt.c66 struct real_descriptor master_ldt[LDTSZ] __attribute__ ((aligned (4096))) = {
H A Dseg.h93 #define LDTSZ 8192 /* size of the kernel ldt in entries */ macro
185 extern struct real_descriptor master_ldt[LDTSZ];
H A Duser_ldt.c106 && (start_sel < min_selector || start_sel >= LDTSZ))
109 && (uint64_t)start_sel + (uint64_t)num_sels > LDTSZ) /* cast to uint64_t to detect wrap-around */
155 if ((uint64_t)start_sel + (uint64_t)num_sels > LDTSZ) {
H A Dgenassym.c326 DECLARE("LDTSZ", LDTSZ);
H A Dmp_desc.c632 sizeof(struct real_descriptor) * LDTSZ);

Completed in 34 milliseconds