Home
last modified time | relevance | path

Searched refs:restore_sigframe (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dsignal.c140 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf) in restore_sigframe() function
207 if (restore_sigframe(regs, frame)) in sys_sigreturn()
237 if (restore_sigframe(regs, &frame->sig)) in sys_rt_sigreturn()
/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c278 static void restore_sigframe(CPULoongArchState *env, in restore_sigframe() function
432 restore_sigframe(env, &frame->rs_uc.tuc_mcontext, &extctx); in do_rt_sigreturn()
/openbmc/linux/arch/arm64/kernel/
H A Dsignal.c769 static int restore_sigframe(struct pt_regs *regs, in restore_sigframe() function
838 if (restore_sigframe(regs, frame)) in SYSCALL_DEFINE0()