Lines Matching refs:frame_size
185 int frame_size; member
353 static inline int is_sp_move_ins(union mips_instruction *ip, int *frame_size) in is_sp_move_ins() argument
373 *frame_size = -(signed short)(tmp << 2); in is_sp_move_ins()
379 *frame_size = -(signed short)(tmp & 0xf); in is_sp_move_ins()
387 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
397 *frame_size = -ip->i_format.simmediate; in is_sp_move_ins()
412 info->frame_size = 0; in get_frame_info()
436 } else if (!info->frame_size) { in get_frame_info()
437 is_sp_move_ins(&insn, &info->frame_size); in get_frame_info()
462 if (info->frame_size && info->pc_offset >= 0) /* nested */ in get_frame_info()
614 if (*sp < low || *sp + info.frame_size > high) in unwind_stack_by_address()
628 *sp += info.frame_size; in unwind_stack_by_address()
672 sp = task->thread.reg29 + schedule_mfi.frame_size; in __get_wchan()