Searched refs:UNW_REG_F2 (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/kernel/ |
D | unwind_i.h | 34 UNW_REG_F2, UNW_REG_F3, UNW_REG_F4, UNW_REG_F5, enumerator
|
D | unwind.c | 684 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22); in decode_abreg() 777 regs[0] = sr->curr.reg + UNW_REG_F2; in finish_prologue() 795 alloc_spill_area(&off, 16, sr->curr.reg + UNW_REG_F2, sr->curr.reg + UNW_REG_F31); in finish_prologue() 907 int base = (i < 4) ? UNW_REG_F2 : UNW_REG_F16 - 4; in desc_frgr_mem() 923 set_reg(sr->curr.reg + UNW_REG_F2 + i, UNW_WHERE_SPILL_HOME, in desc_fr_mem() 1439 val = unw.preg_index[UNW_REG_F2 + (rval - 2)]; in compile_reg() 2264 for (i = UNW_REG_F2, off = SW(F2); i <= UNW_REG_F5; ++i, off += 16) in unw_init()
|