Searched refs:get_fpcontext (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | machdep.c | 378 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() function 612 get_fpcontext(td, &frame.sf_uc.uc_mcontext); in sendsig()
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | machdep.c | 415 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() function 661 get_fpcontext(td, &frame.sf_uc.uc_mcontext); in sendsig()
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | machdep.c | 169 static void get_fpcontext(struct thread *td, mcontext_t *mcp, 388 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 2265 get_fpcontext(td, mcp, NULL, 0); in get_mcontext() 2346 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() function
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | machdep.c | 166 static void get_fpcontext(struct thread *td, mcontext_t *mcp, 635 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 2942 get_fpcontext(td, mcp, NULL, 0); in get_mcontext() 3006 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() function
|