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