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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_i.h18 UNW_REG_PRI_UNAT_MEM, enumerator in enum:unw_register_index
H A Dunwind.c606 case 0x62: return memory ? UNW_REG_PRI_UNAT_MEM : UNW_REG_PRI_UNAT_GR;
1085 #define UNW_DEC_PRIUNAT_WHEN_MEM(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_MEM,t,arg)
1087 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg)
1088 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg)
1568 i = UNW_REG_PRI_UNAT_MEM;
1569 else if (sr.when_target < sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when)
1571 else if (sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when > sr.curr.reg[UNW_REG_PRI_UNAT_GR].when)
1572 i = UNW_REG_PRI_UNAT_MEM;

Completed in 41 milliseconds