Searched refs:xfpustate_size (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/amd64/include/ |
| HD | fpu.h | 64 char *xfpustate, size_t xfpustate_size); 66 size_t xfpustate_size);
|
| /NextBSD/sys/i386/include/ |
| HD | npx.h | 63 char *xfpustate, size_t xfpustate_size); 65 size_t xfpustate_size);
|
| /NextBSD/sys/amd64/amd64/ |
| HD | fpu.c | 757 fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in fpusetxstate() argument 769 len = xfpustate_size; in fpusetxstate() 799 size_t xfpustate_size) in fpusetregs() argument 807 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs() 818 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
|
| /NextBSD/sys/i386/isa/ |
| HD | npx.c | 1068 npxsetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in npxsetxstate() argument 1080 len = xfpustate_size; in npxsetxstate() 1108 size_t xfpustate_size) in npxsetregs() argument 1122 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs() 1137 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs()
|