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

/linux-4.1.27/arch/ia64/kernel/
H A Dunwind_decoder.c49 * UNW_DEC_REG_PSPREL(fmt,reg,pspoff,arg)
288 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; unw_decode_p7_p10()
290 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; unw_decode_p7_p10()
292 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break; unw_decode_p7_p10()
294 case 11: UNW_DEC_REG_PSPREL(P7, UNW_REG_LC, t, arg); break; unw_decode_p7_p10()
296 case 13: UNW_DEC_REG_PSPREL(P7, UNW_REG_UNAT, t, arg); break; unw_decode_p7_p10()
298 case 15: UNW_DEC_REG_PSPREL(P7, UNW_REG_FPSR, t, arg); break; unw_decode_p7_p10()
319 case 8: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSP, t, arg); break; unw_decode_p7_p10()
322 case 11: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSPSTORE, t, arg); break; unw_decode_p7_p10()
325 case 14: UNW_DEC_REG_PSPREL(P8, UNW_REG_RNAT, t, arg); break; unw_decode_p7_p10()
H A Dunwind.c1171 #define UNW_DEC_REG_PSPREL(fmt,r,o,arg) desc_reg_psprel(r,o,arg)
1169 #define UNW_DEC_REG_PSPREL global() macro

Completed in 50 milliseconds