Home
last modified time | relevance | path

Searched refs:restore_sigcontext32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dsignal_o32.c85 static int restore_sigcontext32(struct pt_regs *regs, in restore_sigcontext32() function
170 sig = restore_sigcontext32(regs, &frame->rs_uc.uc_mcontext); in sys32_rt_sigreturn()
272 sig = restore_sigcontext32(regs, &frame->sf_sc); in sys32_sigreturn()
/openbmc/linux/arch/parisc/kernel/
H A Dsignal32.h57 long restore_sigcontext32(struct compat_sigcontext __user *sc,
H A Dsignal32.c36 restore_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in restore_sigcontext32() function
H A Dsignal.c120 if (restore_sigcontext32(&compat_frame->uc.uc_mcontext, in sys_rt_sigreturn()