Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsysarch.h130 int i386_get_ldt(int, union descriptor *, int);
156 int i386_get_ldt(struct thread *, struct i386_ldt_args *);
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c202 error = i386_get_ldt(td, &kargs.largs); in sysarch()
526 i386_get_ldt(struct thread *td, struct i386_ldt_args *uap) in i386_get_ldt() function
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c412 error = i386_get_ldt(td, &ldt); in linux_modify_ldt()