Searched refs:UNW_REG_RNAT (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | unwind_decoder.c | 230 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break; in unw_decode_p2_p5() 324 case 13: UNW_DEC_REG_WHEN(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10() 325 case 14: UNW_DEC_REG_PSPREL(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10() 326 case 15: UNW_DEC_REG_SPREL(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
|
D | unwind_i.h | 24 UNW_REG_RNAT, enumerator
|
D | unwind.c | 694 case 0x66: return UNW_REG_RNAT; in decode_abreg()
|