Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/include/
HDfpu.h63 int fpusetregs(struct thread *td, struct savefpu *addr,
/NextBSD/sys/amd64/amd64/
HDptrace_machdep.c103 error = fpusetregs(td, (struct savefpu *)savefpu, in cpu_ptrace_xstate()
HDfpu.c798 fpusetregs(struct thread *td, struct savefpu *addr, char *xfpustate, in fpusetregs() function
HDmachdep.c2226 error = fpusetregs(td, fpstate, xfpustate, xfpustate_len); in set_fpcontext()
/NextBSD/sys/amd64/ia32/
HDia32_signal.c136 error = fpusetregs(td, (struct savefpu *)&mcp->mc_fpstate, in ia32_set_fpcontext()