Searched refs:get_fpcontext (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/arm64/arm64/ |
| HD | machdep.c | 312 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() function 546 get_fpcontext(td, &frame.sf_uc.uc_mcontext); in sendsig()
|
| /NextBSD/sys/amd64/amd64/ |
| HD | machdep.c | 158 static void get_fpcontext(struct thread *td, mcontext_t *mcp, 381 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 2105 get_fpcontext(td, mcp, NULL, 0); in get_mcontext() 2185 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() function
|
| /NextBSD/sys/i386/i386/ |
| HD | machdep.c | 175 static void get_fpcontext(struct thread *td, mcontext_t *mcp, 660 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); 3047 get_fpcontext(td, mcp, NULL, 0); 3111 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, function
|