Searched refs:UNW_REG_B1 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/ia64/kernel/ |
D | unwind_i.h | 34 UNW_REG_B1, UNW_REG_B2, UNW_REG_B3, UNW_REG_B4, UNW_REG_B5, enumerator
|
D | unwind.c | 687 case 0x41 ... 0x45: return UNW_REG_B1 + (abreg - 0x41); in decode_abreg() 780 regs[2] = sr->curr.reg + UNW_REG_B1; in finish_prologue() 797 alloc_spill_area(&off, 8, sr->curr.reg + UNW_REG_B1, sr->curr.reg + UNW_REG_B5); in finish_prologue() 872 set_reg(sr->curr.reg + UNW_REG_B1 + i, UNW_WHERE_GR, in desc_br_gr() 885 set_reg(sr->curr.reg + UNW_REG_B1 + i, UNW_WHERE_SPILL_HOME, in desc_br_mem() 1455 val = unw.preg_index[UNW_REG_B1 + (rval - 1)]; in compile_reg() 2263 for (i = UNW_REG_B1, off = SW(B1); i <= UNW_REG_B5; ++i, off += 8) in unw_init()
|