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

  /src/sys/compat/linux32/arch/amd64/
linux32_machdep.c 87 static int linux32_restore_sigcontext(struct lwp *,
389 return linux32_restore_sigcontext(l, &ctx, retval);
405 return linux32_restore_sigcontext(l, &ctx.uc_mcontext, retval);
409 linux32_restore_sigcontext(struct lwp *l, struct linux32_sigcontext *scp, function in typeref:typename:int
  /src/sys/compat/linux32/arch/aarch64/
linux32_machdep.c 109 linux32_restore_sigcontext(struct lwp *l, struct linux32_ucontext *luc) function in typeref:typename:int
290 error = linux32_restore_sigcontext(l, &sigframe.uc);
312 error = linux32_restore_sigcontext(l, &rt_sigframe.sig.uc);

Completed in 11 milliseconds