Home
last modified time | relevance | path

Searched refs:get_fpcontext (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c71 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 Dmd_var.h96 void get_fpcontext(struct thread *td, struct __mcontext *mcp,
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c66 static void get_fpcontext(struct thread *td, mcontext_t *mcp);
455 get_fpcontext(td, mcp); in get_mcontext()
542 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext() function
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c141 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 Dexec_machdep.c101 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 Dlinux_sysvec.c494 get_fpcontext(td, &mc, &xfpusave, &xfpusave_len); in linux_copyout_fpstate()