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