Home
last modified time | relevance | path

Searched refs:amd64_get_ldt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/x86/include/
H A Dsysarch.h158 int amd64_get_ldt(struct thread *, struct i386_ldt_args *);
/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c119 error = amd64_get_ldt(td, largs); in sysarch_ldt()
608 amd64_get_ldt(struct thread *td, struct i386_ldt_args *uap) in amd64_get_ldt() function