Searched refs:UNW_REG_PRI_UNAT_GR (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/kernel/ |
D | unwind_i.h | 17 UNW_REG_PRI_UNAT_GR, enumerator
|
D | unwind.c | 151 UNW_REG_UNAT, UNW_REG_LC, UNW_REG_FPSR, UNW_REG_PRI_UNAT_GR 689 case 0x62: return memory ? UNW_REG_PRI_UNAT_MEM : UNW_REG_PRI_UNAT_GR; in decode_abreg() 1172 #define UNW_DEC_PRIUNAT_WHEN_GR(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_GR,t,arg) 1174 #define UNW_DEC_PRIUNAT_GR(fmt,r,arg) desc_reg_gr(UNW_REG_PRI_UNAT_GR,r,arg) 1683 if (sr.when_target < sr.curr.reg[UNW_REG_PRI_UNAT_GR].when) in build_script() 1686 i = UNW_REG_PRI_UNAT_GR; in build_script() 1687 else if (sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when > sr.curr.reg[UNW_REG_PRI_UNAT_GR].when) in build_script() 1690 i = UNW_REG_PRI_UNAT_GR; in build_script() 2252 unw.sw_off[unw.preg_index[UNW_REG_PRI_UNAT_GR]] = SW(CALLER_UNAT); in unw_init()
|