Searched refs:UNW_REG_BSPSTORE (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/kernel/ |
D | unwind_decoder.c | 232 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break; in unw_decode_p2_p5() 321 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10() 322 case 11: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10() 323 case 12: UNW_DEC_REG_SPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
|
D | unwind_i.h | 22 UNW_REG_BSPSTORE, enumerator
|
D | unwind.c | 692 case 0x65: return UNW_REG_BSPSTORE; in decode_abreg() 2253 unw.sw_off[unw.preg_index[UNW_REG_BSPSTORE]] = SW(AR_BSPSTORE); in unw_init()
|