Lines Matching refs:r26
259 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext()
287 err |= __get_user(regs->r26, sc->sc_regs+26); in restore_sigcontext()
422 err |= __put_user(regs->r26, sc->sc_regs+26); in setup_sigcontext()
445 unsigned long oldsp, r26, err = 0; in setup_frame() local
464 r26 = (unsigned long) ka->ka_restorer; in setup_frame()
470 r26 = (unsigned long) frame->retcode; in setup_frame()
478 regs->r26 = r26; in setup_frame()
487 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_frame()
502 unsigned long oldsp, r26, err = 0; in setup_rt_frame() local
528 r26 = (unsigned long) ka->ka_restorer; in setup_rt_frame()
535 r26 = (unsigned long) frame->retcode; in setup_rt_frame()
542 regs->r26 = r26; in setup_rt_frame()
551 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_rt_frame()