Lines Matching refs:frame_size
201 int frame_size; member
339 static inline int is_sp_move_ins(union mips_instruction *ip, int *frame_size) in is_sp_move_ins() argument
359 *frame_size = -(signed short)(tmp << 2); in is_sp_move_ins()
365 *frame_size = -(signed short)(tmp & 0xf); in is_sp_move_ins()
373 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
383 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
400 info->frame_size = 0; in get_frame_info()
420 if (!info->frame_size) { in get_frame_info()
421 is_sp_move_ins(&insn, &info->frame_size); in get_frame_info()
446 if (info->frame_size && info->pc_offset >= 0) /* nested */ in get_frame_info()
598 if (*sp < low || *sp + info.frame_size > high) in unwind_stack_by_address()
612 *sp += info.frame_size; in unwind_stack_by_address()
658 sp = task->thread.reg29 + schedule_mfi.frame_size; in get_wchan()