Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/kernel/
Dunwind_i.h19 UNW_REG_PRI_UNAT_MEM, enumerator
Dunwind.c690 case 0x62: return memory ? UNW_REG_PRI_UNAT_MEM : UNW_REG_PRI_UNAT_GR; in decode_abreg()
1174 #define UNW_DEC_PRIUNAT_WHEN_MEM(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_MEM,t,arg)
1176 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg)
1177 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg)
1685 i = UNW_REG_PRI_UNAT_MEM; in build_script()
1686 else if (sr.when_target < sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when) in build_script()
1688 else if (sr.curr.reg[UNW_REG_PRI_UNAT_MEM].when > sr.curr.reg[UNW_REG_PRI_UNAT_GR].when) in build_script()
1689 i = UNW_REG_PRI_UNAT_MEM; in build_script()