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

/linux-master/arch/arm/kernel/
H A Dsignal.c140 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf) function
207 if (restore_sigframe(regs, frame))
237 if (restore_sigframe(regs, &frame->sig))
/linux-master/arch/arm64/kernel/
H A Dsignal.c381 /* restore_sigframe() already checked that user->fpsimd != NULL. */
811 static int restore_sigframe(struct pt_regs *regs, function
883 if (restore_sigframe(regs, frame))

Completed in 129 milliseconds