Lines Matching refs:tregs
94 struct pt_regs *tregs; in fixup_exception() local
103 tregs = (struct pt_regs *)((long)regs + regs->stkadj); in fixup_exception()
104 tregs->vector = regs->vector; in fixup_exception()
105 tregs->format = FORMAT; in fixup_exception()
106 tregs->pc = fixup->fixup; in fixup_exception()
107 tregs->sr = regs->sr; in fixup_exception()
949 struct pt_regs *tregs = in setup_frame() local
954 tregs->vector = 0; in setup_frame()
955 tregs->format = 0; in setup_frame()
956 tregs->pc = regs->pc; in setup_frame()
957 tregs->sr = regs->sr; in setup_frame()
1033 struct pt_regs *tregs = in setup_rt_frame() local
1038 tregs->vector = 0; in setup_rt_frame()
1039 tregs->format = 0; in setup_rt_frame()
1040 tregs->pc = regs->pc; in setup_rt_frame()
1041 tregs->sr = regs->sr; in setup_rt_frame()