Home
last modified time | relevance | path

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

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