Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dfpu.h66 char *xfpustate, size_t xfpustate_size);
67 int fpusetxstate(struct thread *td, char *xfpustate,
/f-stack/freebsd/i386/include/
H A Dnpx.h65 char *xfpustate, size_t xfpustate_size);
66 int npxsetxstate(struct thread *td, char *xfpustate,
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c122 char *xfpustate, size_t xfpustate_len) in ia32_set_fpcontext() argument
137 xfpustate, xfpustate_len); in ia32_set_fpcontext()
203 char *xfpustate; in ia32_set_mcontext() local
216 xfpustate = __builtin_alloca(mcp->mc_xfpustate_len); in ia32_set_mcontext()
217 ret = copyin(PTRIN(mcp->mc_xfpustate), xfpustate, in ia32_set_mcontext()
222 xfpustate = NULL; in ia32_set_mcontext()
842 char *xfpustate; local
888 xfpustate = __builtin_alloca(xfpustate_len);
890 xfpustate, xfpustate_len);
898 xfpustate = NULL;
[all …]
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c931 fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in fpusetxstate() argument
938 if (xfpustate == NULL) in fpusetxstate()
950 ehdr = (struct xstate_hdr *)xfpustate; in fpusetxstate()
962 bcopy(xfpustate + sizeof(struct xstate_hdr), in fpusetxstate()
972 fpusetregs(struct thread *td, struct savefpu *addr, char *xfpustate, in fpusetregs() argument
983 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
991 error = fpusetxstate(td, xfpustate, xfpustate_size); in fpusetregs()
H A Dmachdep.c174 char *xfpustate, size_t xfpustate_len);
482 char *xfpustate; local
540 xfpustate = __builtin_alloca(xfpustate_len);
542 xfpustate, xfpustate_len);
550 xfpustate = NULL;
2334 char *xfpustate; in set_mcontext() local
2349 xfpustate = __builtin_alloca(mcp->mc_xfpustate_len); in set_mcontext()
2350 ret = copyin((void *)mcp->mc_xfpustate, xfpustate, in set_mcontext()
2355 xfpustate = NULL; in set_mcontext()
2356 ret = set_fpcontext(td, mcp, xfpustate, mcp->mc_xfpustate_len); in set_mcontext()
[all …]
/f-stack/freebsd/i386/i386/
H A Dnpx.c1080 npxsetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size) in npxsetxstate() argument
1087 if (xfpustate == NULL) in npxsetxstate()
1099 ehdr = (struct xstate_hdr *)xfpustate; in npxsetxstate()
1111 bcopy(xfpustate + sizeof(struct xstate_hdr), in npxsetxstate()
1118 npxsetregs(struct thread *td, union savefpu *addr, char *xfpustate, in npxsetregs() argument
1133 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs()
1142 error = npxsetxstate(td, xfpustate, xfpustate_size); in npxsetregs()
H A Dmachdep.c170 char *xfpustate, size_t xfpustate_len);
972 char *xfpustate; local
1067 xfpustate = __builtin_alloca(xfpustate_len);
1069 xfpustate, xfpustate_len);
1077 xfpustate = NULL;
1080 ret = set_fpcontext(td, &ucp->uc_mcontext, xfpustate,
2949 char *xfpustate; in set_mcontext() local
2962 xfpustate = __builtin_alloca(mcp->mc_xfpustate_len); in set_mcontext()
2963 ret = copyin((void *)mcp->mc_xfpustate, xfpustate, in set_mcontext()
2968 xfpustate = NULL; in set_mcontext()
[all …]