Searched refs:UNW_WHERE_GR (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | unwind_i.h | 62 UNW_WHERE_GR, /* register is saved in a general register */ enumerator
|
A D | unwind.c | 759 reg->where = UNW_WHERE_GR; in finish_prologue() 838 set_reg(sr->curr.reg + unw.save_order[i], UNW_WHERE_GR, in desc_prologue() 872 set_reg(sr->curr.reg + UNW_REG_B1 + i, UNW_WHERE_GR, in desc_br_gr() 939 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_GR, in desc_gr_gr() 976 set_reg(sr->curr.reg + reg, UNW_WHERE_GR, sr->region_start + sr->region_len - 1, dst); in desc_reg_gr() 1102 enum unw_where where = UNW_WHERE_GR; in desc_spill_reg_p() 1365 case UNW_WHERE_GR: in emit_nat_info() 1418 case UNW_WHERE_GR: in compile_reg() 1647 case UNW_WHERE_GR: UNW_DPRINT(1, "r%lu", r->val); break; in build_script()
|
Completed in 8 milliseconds