HomeSort by: relevance | last modified time | path
    Searched defs:linux_restore_sigcontext (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/compat/linux/arch/alpha/
linux_machdep.c 364 linux_restore_sigcontext(struct lwp *l, struct linux_sigcontext context, function in typeref:typename:int
442 return(linux_restore_sigcontext(l, sigframe.uc.uc_mcontext, &mask));
475 return(linux_restore_sigcontext(l, frame.sf_sc, &mask));
linux_machdep.c 364 linux_restore_sigcontext(struct lwp *l, struct linux_sigcontext context, function in typeref:typename:int
442 return(linux_restore_sigcontext(l, sigframe.uc.uc_mcontext, &mask));
475 return(linux_restore_sigcontext(l, frame.sf_sc, &mask));
linux_machdep.c 364 linux_restore_sigcontext(struct lwp *l, struct linux_sigcontext context, function in typeref:typename:int
442 return(linux_restore_sigcontext(l, sigframe.uc.uc_mcontext, &mask));
475 return(linux_restore_sigcontext(l, frame.sf_sc, &mask));
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 115 static int linux_restore_sigcontext(struct lwp *,
402 return linux_restore_sigcontext(l, &context.uc_mcontext, retval);
421 return linux_restore_sigcontext(l, &context, retval);
425 linux_restore_sigcontext(struct lwp *l, struct linux_sigcontext *scp, function in typeref:typename:int
linux_machdep.c 115 static int linux_restore_sigcontext(struct lwp *,
402 return linux_restore_sigcontext(l, &context.uc_mcontext, retval);
421 return linux_restore_sigcontext(l, &context, retval);
425 linux_restore_sigcontext(struct lwp *l, struct linux_sigcontext *scp, function in typeref:typename:int
linux_machdep.c 115 static int linux_restore_sigcontext(struct lwp *,
402 return linux_restore_sigcontext(l, &context.uc_mcontext, retval);
421 return linux_restore_sigcontext(l, &context, retval);
425 linux_restore_sigcontext(struct lwp *l, struct linux_sigcontext *scp, function in typeref:typename:int

Completed in 193 milliseconds