Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/amd64/include/
Dfpu.h64 char *xfpustate, size_t xfpustate_size);
66 size_t xfpustate_size);
/freebsd-10-stable/sys/i386/include/
Dnpx.h63 char *xfpustate, size_t xfpustate_size);
65 size_t xfpustate_size);
/freebsd-10-stable/sys/amd64/amd64/
Dfpu.c798 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/
Dnpx.c1106 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()