Lines Matching refs:r26
157 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext()
185 err |= __get_user(regs->r26, sc->sc_regs+26); in restore_sigcontext()
320 err |= __put_user(regs->r26, sc->sc_regs+26); in setup_sigcontext()
342 unsigned long oldsp, r26, err = 0; in setup_frame() local
356 r26 = (unsigned long) ksig->ka.ka_restorer; in setup_frame()
357 if (!r26) { in setup_frame()
362 r26 = (unsigned long) frame->retcode; in setup_frame()
370 regs->r26 = r26; in setup_frame()
379 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_frame()
387 unsigned long oldsp, r26, err = 0; in setup_rt_frame() local
410 r26 = (unsigned long) ksig->ka.ka_restorer; in setup_rt_frame()
411 if (!r26) { in setup_rt_frame()
417 r26 = (unsigned long) frame->retcode; in setup_rt_frame()
424 regs->r26 = r26; in setup_rt_frame()
433 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_rt_frame()