Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dnpx.h64 int npxsetregs(struct thread *td, union savefpu *addr,
/f-stack/freebsd/i386/i386/
H A Dptrace_machdep.c101 error = npxsetregs(td, (union savefpu *)savefpu, in cpu_ptrace_xstate()
H A Dnpx.c1118 npxsetregs(struct thread *td, union savefpu *addr, char *xfpustate, in npxsetregs() function
1279 error = npxsetregs(curthread, &sv, NULL, 0); in npx_set_fsave()
H A Dmachdep.c3030 error = npxsetregs(td, (union savefpu *)&mcp->mc_fpstate, in set_fpcontext()