Lines Matching refs:frame_size
196 int frame_size; member
320 static inline int is_sp_move_ins(union mips_instruction *ip, int *frame_size) in is_sp_move_ins() argument
340 *frame_size = -(signed short)(tmp << 2); in is_sp_move_ins()
346 *frame_size = -(signed short)(tmp & 0xf); in is_sp_move_ins()
354 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
364 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
381 info->frame_size = 0; in get_frame_info()
401 if (!info->frame_size) { in get_frame_info()
402 is_sp_move_ins(&insn, &info->frame_size); in get_frame_info()
427 if (info->frame_size && info->pc_offset >= 0) /* nested */ in get_frame_info()
579 if (*sp < low || *sp + info.frame_size > high) in unwind_stack_by_address()
593 *sp += info.frame_size; in unwind_stack_by_address()
639 sp = task->thread.reg29 + schedule_mfi.frame_size; in get_wchan()