Searched refs:LDT_UDBASE (Results 1 – 4 of 4) sorted by relevance
707 for (i = LDT_UDBASE, udp = &p->p_ldt[i]; i <= limit; i++, udp++) in prnldt()733 for (i = LDT_UDBASE, udp = &p->p_ldt[i]; i <= limit; i++, udp++) in prgetldt()
660 #define LDT_UDBASE 6 /* user descriptor base index */ macro
494 if (seli >= MAXNLDT || seli < LDT_UDBASE) in setdscr()
1965 for (i = LDT_UDBASE, udp = &ldts[i]; i <= limit; i++, udp++) { in Pldt_gcore()