Searched refs:UNW_REG_BSPSTORE (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | unwind_decoder.c | 233 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break; in unw_decode_p2_p5() 322 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10() 323 case 11: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10() 324 case 12: UNW_DEC_REG_SPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
|
A D | unwind_i.h | 23 UNW_REG_BSPSTORE, enumerator
|
A D | unwind.c | 693 case 0x65: return UNW_REG_BSPSTORE; in decode_abreg() 2254 unw.sw_off[unw.preg_index[UNW_REG_BSPSTORE]] = SW(AR_BSPSTORE); in unw_init()
|
Completed in 9 milliseconds