Home
last modified time | relevance | path

Searched refs:npxsetregs (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/i386/include/
H A Dnpx.h61 int npxsetregs(struct thread *td, union savefpu *addr,
/freebsd/sys/i386/i386/
H A Dptrace_machdep.c150 error = npxsetregs(td, (union savefpu *)savefpu, in cpu_ptrace_xstate()
H A Dnpx.c1105 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 Dexec_machdep.c1245 error = npxsetregs(td, (union savefpu *)&mcp->mc_fpstate, in set_fpcontext()