Searched refs:UNW_REG_PRI_UNAT_MEM (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | unwind_i.h | 18 UNW_REG_PRI_UNAT_MEM, enumerator
|
D | unwind.c | 664 case 0x62: return memory ? UNW_REG_PRI_UNAT_MEM : UNW_REG_PRI_UNAT_GR; in decode_abreg() 1148 #define UNW_DEC_PRIUNAT_WHEN_MEM(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_MEM,t,arg) 1150 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg) 1151 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg) 1655 i = UNW_REG_PRI_UNAT_MEM; in build_script() 1656 else if (sr.when_target < sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when) in build_script() 1658 else if (sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when > sr.curr.reg[UNW_REG_PRI_UNAT_GR].when) in build_script() 1659 i = UNW_REG_PRI_UNAT_MEM; in build_script()
|