Home
last modified time | relevance | path

Searched refs:LDT_UDBASE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c545 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()
/titanic_44/usr/src/uts/intel/sys/
H A Dsegments.h645 #define LDT_UDBASE 6 /* user descriptor base index */ macro
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dsysi86.c499 if (seli >= MAXNLDT || seli < LDT_UDBASE) in setdscr()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1964 for (i = LDT_UDBASE, udp = &ldts[i]; i <= limit; i++, udp++) { in Pldt_gcore()