OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpsp
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/compat/linux/arch/amd64/
linux_machdep.c
139
struct linux__fpstate *
fpsp
;
local in function:linux_sendsig
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 in function:linux_sendsig
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 in function:linux_sendsig
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 in function:linux_sendsig
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 139 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025