OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpsp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/linux/arch/amd64/
linux_machdep.c
139
struct linux__fpstate *
fpsp
;
local
159
sp = (char *) (((long)sp - sizeof (*
fpsp
)) & ~0xfUL);
160
fpsp
= (struct linux__fpstate *)sp;
217
sigframe.uc.luc_mcontext.fpstate =
fpsp
;
227
if (
fpsp
!= NULL) {
232
error = copyout(&fpregs,
fpsp
, sizeof(*
fpsp
));
linux_machdep.c
139
struct linux__fpstate *
fpsp
;
local
159
sp = (char *) (((long)sp - sizeof (*
fpsp
)) & ~0xfUL);
160
fpsp
= (struct linux__fpstate *)sp;
217
sigframe.uc.luc_mcontext.fpstate =
fpsp
;
227
if (
fpsp
!= NULL) {
232
error = copyout(&fpregs,
fpsp
, sizeof(*
fpsp
));
Completed in 64 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026