Searched refs:xfpustate (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dnpx.h63 char *xfpustate, size_t xfpustate_size);
64 int npxsetxstate(struct thread *td, char *xfpustate,
/freebsd-11-stable/sys/amd64/include/
H A Dfpu.h64 char *xfpustate, size_t xfpustate_size);
65 int fpusetxstate(struct thread *td, char *xfpustate,
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_signal.c122 char *xfpustate, size_t xfpustate_len)
137 xfpustate, xfpustate_len);
203 char *xfpustate; local
216 xfpustate = __builtin_alloca(mcp->mc_xfpustate_len);
217 ret = copyin(PTRIN(mcp->mc_xfpustate), xfpustate,
222 xfpustate = NULL;
223 ret = ia32_set_fpcontext(td, mcp, xfpustate, mcp->mc_xfpustate_len);
844 char *xfpustate; local
890 xfpustate = __builtin_alloca(xfpustate_len);
892 xfpustate, xfpustate_le
121 ia32_set_fpcontext(struct thread *td, struct ia32_mcontext *mcp, char *xfpustate, size_t xfpustate_len) argument
[all...]
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c1038 npxsetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) argument
1045 if (xfpustate == NULL)
1057 ehdr = (struct xstate_hdr *)xfpustate;
1069 bcopy(xfpustate + sizeof(struct xstate_hdr),
1076 npxsetregs(struct thread *td, union savefpu *addr, char *xfpustate, argument
1091 error = npxsetxstate(td, xfpustate, xfpustate_size);
1100 error = npxsetxstate(td, xfpustate, xfpustate_size);
/freebsd-11-stable/sys/amd64/amd64/
H A Dfpu.c801 fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) argument
808 if (xfpustate == NULL)
820 ehdr = (struct xstate_hdr *)xfpustate;
832 bcopy(xfpustate + sizeof(struct xstate_hdr),
842 fpusetregs(struct thread *td, struct savefpu *addr, char *xfpustate, argument
853 error = fpusetxstate(td, xfpustate, xfpustate_size);
861 error = fpusetxstate(td, xfpustate, xfpustate_size);
H A Dmachdep.c172 char *xfpustate, size_t xfpustate_len);
485 char *xfpustate; local
543 xfpustate = __builtin_alloca(xfpustate_len);
545 xfpustate, xfpustate_len);
548 "pid %d (%s): sigreturn copying xfpustate failed\n",
553 xfpustate = NULL;
556 ret = set_fpcontext(td, &ucp->uc_mcontext, xfpustate, xfpustate_len);
2270 char *xfpustate; local
2285 xfpustate = __builtin_alloca(mcp->mc_xfpustate_len);
2286 ret = copyin((void *)mcp->mc_xfpustate, xfpustate,
2353 set_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpustate, size_t xfpustate_len) argument
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c176 char *xfpustate, size_t xfpustate_len);
998 char *xfpustate; local
1093 xfpustate = __builtin_alloca(xfpustate_len);
1095 xfpustate, xfpustate_len);
1098 "pid %d (%s): sigreturn copying xfpustate failed\n",
1103 xfpustate = NULL;
1106 ret = set_fpcontext(td, &ucp->uc_mcontext, xfpustate,
3113 char *xfpustate; local
3126 xfpustate = __builtin_alloca(mcp->mc_xfpustate_len);
3127 ret = copyin((void *)mcp->mc_xfpustate, xfpustate,
3178 set_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpustate, size_t xfpustate_len) argument
[all...]

Completed in 195 milliseconds