Searched refs:UNW_REG_PRI_UNAT_MEM (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h18 UNW_REG_PRI_UNAT_MEM, enumerator in enum:unw_register_index
H A Dunwind.c692 case 0x62: return memory ? UNW_REG_PRI_UNAT_MEM : UNW_REG_PRI_UNAT_GR;
1176 #define UNW_DEC_PRIUNAT_WHEN_MEM(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_MEM,t,arg)
1178 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg)
1179 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg)
1673 i = UNW_REG_PRI_UNAT_MEM;
1674 else if (sr.when_target < sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when)
1676 else if (sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when > sr.curr.reg[UNW_REG_PRI_UNAT_GR].when)
1677 i = UNW_REG_PRI_UNAT_MEM;

Completed in 76 milliseconds