Searched refs:UNW_REG_PRI_UNAT_MEM (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/kernel/ |
D | unwind_i.h | 18 UNW_REG_PRI_UNAT_MEM, enumerator
|
D | unwind.c | 689 case 0x62: return memory ? UNW_REG_PRI_UNAT_MEM : UNW_REG_PRI_UNAT_GR; in decode_abreg() 1173 #define UNW_DEC_PRIUNAT_WHEN_MEM(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_MEM,t,arg) 1175 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg) 1176 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg) 1684 i = UNW_REG_PRI_UNAT_MEM; in build_script() 1685 else if (sr.when_target < sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when) 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() 1688 i = UNW_REG_PRI_UNAT_MEM; in build_script()
|