Home
last modified time | relevance | path

Searched refs:fpusetregs (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dfpu.h65 int fpusetregs(struct thread *td, struct savefpu *addr,
/f-stack/freebsd/amd64/amd64/
H A Dptrace_machdep.c128 error = fpusetregs(td, (struct savefpu *)savefpu, in cpu_ptrace_xstate()
H A Dfpu.c972 fpusetregs(struct thread *td, struct savefpu *addr, char *xfpustate, in fpusetregs() function
H A Dmachdep.c2432 error = fpusetregs(td, (struct savefpu *)&mcp->mc_fpstate, in set_fpcontext()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c136 error = fpusetregs(td, (struct savefpu *)&mcp->mc_fpstate, in ia32_set_fpcontext()