Searched refs:get_fpcontext (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 103 static void get_fpcontext(struct thread *td, mcontext_t *mcp); 588 get_fpcontext(td, mcp); in get_mcontext() 617 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() function
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 171 static void get_fpcontext(struct thread *td, mcontext_t *mcp, 383 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 2313 get_fpcontext(td, mcp, NULL, 0); in get_mcontext() 2394 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 167 static void get_fpcontext(struct thread *td, mcontext_t *mcp, 623 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 2927 get_fpcontext(td, mcp, NULL, 0); in get_mcontext() 2991 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() function
|