Searched refs:npxsetregs (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | npx.h | 61 int npxsetregs(struct thread *td, union savefpu *addr,
|
/freebsd/sys/i386/i386/ |
H A D | ptrace_machdep.c | 150 error = npxsetregs(td, (union savefpu *)savefpu, in cpu_ptrace_xstate()
|
H A D | npx.c | 1105 npxsetregs(struct thread *td, union savefpu *addr, char *xfpustate, in npxsetregs() function 1266 error = npxsetregs(curthread, &sv, NULL, 0); in npx_set_fsave()
|
H A D | exec_machdep.c | 1245 error = npxsetregs(td, (union savefpu *)&mcp->mc_fpstate, in set_fpcontext()
|