Home
last modified time | relevance | path

Searched refs:xfpustate_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/amd64/include/
H A Dfpu.h63 char *xfpustate, size_t xfpustate_size);
65 size_t xfpustate_size);
/freebsd/sys/i386/include/
H A Dnpx.h62 char *xfpustate, size_t xfpustate_size);
64 size_t xfpustate_size);
/freebsd/sys/amd64/amd64/
H A Dfpu.c939 fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in fpusetxstate() argument
951 len = xfpustate_size; in fpusetxstate()
981 size_t xfpustate_size) in fpusetregs() argument
991 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
999 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
/freebsd/sys/i386/i386/
H A Dnpx.c1067 npxsetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in npxsetxstate() argument
1079 len = xfpustate_size; in npxsetxstate()
1106 size_t xfpustate_size) in npxsetregs() argument
1120 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs()
1129 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs()