Lines Matching refs:frame_size
184 int frame_size; member
352 static inline int is_sp_move_ins(union mips_instruction *ip, int *frame_size) in is_sp_move_ins() argument
372 *frame_size = -(signed short)(tmp << 2); in is_sp_move_ins()
378 *frame_size = -(signed short)(tmp & 0xf); in is_sp_move_ins()
386 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
396 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
411 info->frame_size = 0; in get_frame_info()
435 } else if (!info->frame_size) { in get_frame_info()
436 is_sp_move_ins(&insn, &info->frame_size); in get_frame_info()
461 if (info->frame_size && info->pc_offset >= 0) /* nested */ in get_frame_info()
613 if (*sp < low || *sp + info.frame_size > high) in unwind_stack_by_address()
627 *sp += info.frame_size; in unwind_stack_by_address()
673 sp = task->thread.reg29 + schedule_mfi.frame_size; in get_wchan()