Searched refs:restore_sigcontext32 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | signal_o32.c | 85 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()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | signal_o32.c | 85 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()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | signal32.h | 57 long restore_sigcontext32(struct compat_sigcontext __user *sc,
|
H A D | signal32.c | 36 restore_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in restore_sigcontext32() function 46 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n"); in restore_sigcontext32() 47 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 48 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc)); in restore_sigcontext32() 55 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n", in restore_sigcontext32() 58 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr)); in restore_sigcontext32() 69 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 70 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n", in restore_sigcontext32() 77 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() 78 DBG(2,"restore_sigcontext32 in restore_sigcontext32() [all...] |
H A D | signal.c | 120 if (restore_sigcontext32(&compat_frame->uc.uc_mcontext, in sys_rt_sigreturn()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | signal32.h | 66 long restore_sigcontext32(struct compat_sigcontext __user *sc,
|
H A D | signal32.c | 36 restore_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in restore_sigcontext32() function 46 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n"); in restore_sigcontext32() 47 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 48 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc)); in restore_sigcontext32() 55 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n", in restore_sigcontext32() 58 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr)); in restore_sigcontext32() 69 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 70 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n", in restore_sigcontext32() 77 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() 78 DBG(2,"restore_sigcontext32 in restore_sigcontext32() [all...] |
H A D | signal.c | 131 if (restore_sigcontext32(&compat_frame->uc.uc_mcontext, in sys_rt_sigreturn()
|
Completed in 4 milliseconds