Home
last modified time | relevance | path

Searched refs:UNW_REG_R4 (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/kernel/
Dunwind_i.h31 UNW_REG_R4, UNW_REG_R5, UNW_REG_R6, UNW_REG_R7, enumerator
Dunwind.c683 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04); in decode_abreg()
778 regs[1] = sr->curr.reg + UNW_REG_R4; in finish_prologue()
797 alloc_spill_area(&off, 8, sr->curr.reg + UNW_REG_R4, sr->curr.reg + UNW_REG_R7); in finish_prologue()
899 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME, in desc_frgr_mem()
938 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_GR, in desc_gr_gr()
951 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME, in desc_gr_mem()
1414 need_nat_info = (i >= UNW_REG_R4 && i <= UNW_REG_R7); in compile_reg()
1426 val = unw.preg_index[UNW_REG_R4 + (rval - 4)]; in compile_reg()
2260 for (i = UNW_REG_R4, off = SW(R4); i <= UNW_REG_R7; ++i, off += 8) in unw_init()