Home
last modified time | relevance | path

Searched refs:LDT_AUTO_ALLOC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsysarch.h44 #define LDT_AUTO_ALLOC 0xffffffff macro
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c688 if (!(uap->start == LDT_AUTO_ALLOC && uap->num == 1)) { in amd64_set_ldt()
753 if (uap->start == LDT_AUTO_ALLOC && uap->num == 1) { in amd64_set_ldt()
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c602 if (uap->start != LDT_AUTO_ALLOC || uap->num != 1) { in i386_set_ldt()
665 if (uap->start == LDT_AUTO_ALLOC && uap->num == 1) { in i386_set_ldt()