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

/freebsd-current/lib/libsys/i386/
H A Di386_get_ldt.c44 return sysarch(I386_GET_LDT, &p);
/freebsd-current/sys/amd64/ia32/
H A Dia32_misc.c53 if (uap->op == I386_SET_LDT || uap->op == I386_GET_LDT) {
/freebsd-current/sys/x86/include/
H A Dsysarch.h40 #define I386_GET_LDT 0 macro
/freebsd-current/sys/i386/i386/
H A Dsys_machdep.c156 case I386_GET_LDT:
183 case I386_GET_LDT:
199 case I386_GET_LDT:
/freebsd-current/sys/amd64/amd64/
H A Dsys_machdep.c117 case I386_GET_LDT:
191 case I386_GET_LDT:
220 if (uap->op == I386_GET_LDT || uap->op == I386_SET_LDT)

Completed in 174 milliseconds