Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/
H A Dlibpthread_db.h90 void pt_ucontext_to_fxsave(const ucontext_t *, char *);
H A Dlibpthread_db.c713 pt_ucontext_to_fxsave(&tmbx.tm_context, fxsave); in pt_thr_getxmmregs()
/freebsd/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c89 pt_ucontext_to_fxsave(const ucontext_t *uc, char *r) in pt_ucontext_to_fxsave() function