Searched refs:xfpustate_size (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/amd64/include/ |
| D | fpu.h | 64 char *xfpustate, size_t xfpustate_size); 66 size_t xfpustate_size);
|
| /freebsd-10-stable/sys/i386/include/ |
| D | npx.h | 63 char *xfpustate, size_t xfpustate_size); 65 size_t xfpustate_size);
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | fpu.c | 798 fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in fpusetxstate() argument 810 len = xfpustate_size; in fpusetxstate() 840 size_t xfpustate_size) in fpusetregs() argument 850 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs() 858 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
|
| /freebsd-10-stable/sys/i386/isa/ |
| D | npx.c | 1106 npxsetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in npxsetxstate() argument 1118 len = xfpustate_size; in npxsetxstate() 1146 size_t xfpustate_size) in npxsetregs() argument 1165 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs() 1178 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs()
|