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

/linux-4.4.14/arch/arm64/kernel/
H A Dsignal.c95 static int restore_sigframe(struct pt_regs *regs, restore_sigframe() function
148 if (restore_sigframe(regs, frame)) sys_rt_sigreturn()
/linux-4.4.14/arch/arm/kernel/
H A Dsignal.c142 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf) restore_sigframe() function
209 if (restore_sigframe(regs, frame)) sys_sigreturn()
239 if (restore_sigframe(regs, &frame->sig)) sys_rt_sigreturn()
/linux-4.4.14/arch/unicore32/kernel/
H A Dsignal.c55 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf) restore_sigframe() function
123 if (restore_sigframe(regs, &frame->sig)) __sys_rt_sigreturn()

Completed in 134 milliseconds