Lines Matching refs:frame_size
186 int frame_size; member
354 static inline int is_sp_move_ins(union mips_instruction *ip, int *frame_size) in is_sp_move_ins() argument
374 *frame_size = -(signed short)(tmp << 2); in is_sp_move_ins()
380 *frame_size = -(signed short)(tmp & 0xf); in is_sp_move_ins()
388 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
398 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
413 info->frame_size = 0; in get_frame_info()
437 } else if (!info->frame_size) { in get_frame_info()
438 is_sp_move_ins(&insn, &info->frame_size); in get_frame_info()
463 if (info->frame_size && info->pc_offset >= 0) /* nested */ in get_frame_info()
615 if (*sp < low || *sp + info.frame_size > high) in unwind_stack_by_address()
629 *sp += info.frame_size; in unwind_stack_by_address()
673 sp = task->thread.reg29 + schedule_mfi.frame_size; in __get_wchan()