Searched refs:get_fpcontext (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 71 static void get_fpcontext(struct thread *td, mcontext_t *mcp); 225 get_fpcontext(td, mcp); in get_mcontext() 265 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() function
|
/freebsd/sys/amd64/include/ |
H A D | md_var.h | 96 void get_fpcontext(struct thread *td, struct __mcontext *mcp,
|
/freebsd/sys/arm64/arm64/ |
H A D | exec_machdep.c | 66 static void get_fpcontext(struct thread *td, mcontext_t *mcp); 455 get_fpcontext(td, mcp); in get_mcontext() 581 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() function
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 141 get_fpcontext(td, &sf.sf_uc.uc_mcontext, &xfpusave, &xfpusave_len); in sendsig() 630 get_fpcontext(td, mcp, NULL, NULL); in get_mcontext() 714 get_fpcontext(struct thread *td, mcontext_t *mcp, char **xfpusave, in get_fpcontext() function
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 101 static void get_fpcontext(struct thread *td, mcontext_t *mcp, 429 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 1142 get_fpcontext(td, mcp, NULL, 0); in get_mcontext() 1206 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() function
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 494 get_fpcontext(td, &mc, &xfpusave, &xfpusave_len); in linux_copyout_fpstate()
|