Home
last modified time | relevance | path

Searched refs:fpusetxstate (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dfpu.h67 int fpusetxstate(struct thread *td, char *xfpustate,
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c931 fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in fpusetxstate() function
983 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
991 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
H A Dptrace_machdep.c83 error = fpusetxstate(td, savefpu, data); in cpu_ptrace_xstate()