HomeSort by: relevance | last modified time | path
    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 42 milliseconds