str_pc_offset
int str_pc_offset;
str_pc_offset = ret;
extern int str_pc_offset;
unsigned long rtpc = regs->ARM_pc - 4 + str_pc_offset;
regs->ARM_pc = (long)addr + str_pc_offset;