Searched refs:xfpustate_size (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | fpu.h | 66 char *xfpustate, size_t xfpustate_size); 68 size_t xfpustate_size);
|
| /f-stack/freebsd/i386/include/ |
| H A D | npx.h | 65 char *xfpustate, size_t xfpustate_size); 67 size_t xfpustate_size);
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 931 fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in fpusetxstate() argument 943 len = xfpustate_size; in fpusetxstate() 973 size_t xfpustate_size) in fpusetregs() argument 983 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs() 991 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 1080 npxsetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in npxsetxstate() argument 1092 len = xfpustate_size; in npxsetxstate() 1119 size_t xfpustate_size) in npxsetregs() argument 1133 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs() 1142 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs()
|