Searched refs:UNW_REG_R4 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | unwind_i.h | 31 UNW_REG_R4, UNW_REG_R5, UNW_REG_R6, UNW_REG_R7, enumerator
|
D | unwind.c | 684 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04); in decode_abreg() 779 regs[1] = sr->curr.reg + UNW_REG_R4; in finish_prologue() 798 alloc_spill_area(&off, 8, sr->curr.reg + UNW_REG_R4, sr->curr.reg + UNW_REG_R7); in finish_prologue() 900 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME, in desc_frgr_mem() 939 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_GR, in desc_gr_gr() 952 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME, in desc_gr_mem() 1415 need_nat_info = (i >= UNW_REG_R4 && i <= UNW_REG_R7); in compile_reg() 1427 val = unw.preg_index[UNW_REG_R4 + (rval - 4)]; in compile_reg() 2261 for (i = UNW_REG_R4, off = SW(R4); i <= UNW_REG_R7; ++i, off += 8) in unw_init()
|