Searched refs:UNW_REG_R7 (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/ia64/kernel/ |
D | unwind_i.h | 32 UNW_REG_R4, UNW_REG_R5, UNW_REG_R6, UNW_REG_R7, enumerator
|
D | unwind.c | 774 UNW_REG_F31, UNW_REG_R7, UNW_REG_B5 in finish_prologue() 798 alloc_spill_area(&off, 8, sr->curr.reg + UNW_REG_R4, sr->curr.reg + UNW_REG_R7); in finish_prologue() 1415 need_nat_info = (i >= UNW_REG_R4 && i <= UNW_REG_R7); in compile_reg() 2261 for (i = UNW_REG_R4, off = SW(R4); i <= UNW_REG_R7; ++i, off += 8) in unw_init()
|