Searched refs:set_fpcontext (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 104 static void set_fpcontext(struct thread *td, mcontext_t *mcp); 611 set_fpcontext(td, mcp); in set_mcontext() 650 set_fpcontext(struct thread *td, mcontext_t *mcp) in set_fpcontext() function
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 173 static int set_fpcontext(struct thread *td, mcontext_t *mcp, 553 ret = set_fpcontext(td, &ucp->uc_mcontext, xfpustate, xfpustate_len); 2356 ret = set_fpcontext(td, mcp, xfpustate, mcp->mc_xfpustate_len); in set_mcontext() 2417 set_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpustate, in set_fpcontext() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 169 static int set_fpcontext(struct thread *td, mcontext_t *mcp, 1080 ret = set_fpcontext(td, &ucp->uc_mcontext, xfpustate, 2969 ret = set_fpcontext(td, mcp, xfpustate, mcp->mc_xfpustate_len); in set_mcontext() 3014 set_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpustate, in set_fpcontext() function
|