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