Searched refs:fpusetxstate (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | fpu.h | 67 int fpusetxstate(struct thread *td, char *xfpustate,
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 931 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 D | ptrace_machdep.c | 83 error = fpusetxstate(td, savefpu, data); in cpu_ptrace_xstate()
|