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()
308 err |= __put_user(regs->r26, sc->sc_regs+26); in setup_sigcontext()
330 unsigned long oldsp, r26, err = 0; in setup_frame() local
344 r26 = (unsigned long) ksig->ka.ka_restorer; in setup_frame()
345 if (!r26) { in setup_frame()
350 r26 = (unsigned long) frame->retcode; in setup_frame()
358 regs->r26 = r26; in setup_frame()
367 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_frame()
375 unsigned long oldsp, r26, err = 0; in setup_rt_frame() local
398 r26 = (unsigned long) ksig->ka.ka_restorer; in setup_rt_frame()
399 if (!r26) { in setup_rt_frame()
405 r26 = (unsigned long) frame->retcode; in setup_rt_frame()
412 regs->r26 = r26; in setup_rt_frame()
421 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_rt_frame()