Searched refs:UNW_REG_BSP (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/kernel/ |
D | unwind_decoder.c | 231 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break; in unw_decode_p2_p5() 318 case 7: UNW_DEC_REG_WHEN(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10() 319 case 8: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10() 320 case 9: UNW_DEC_REG_SPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10()
|
D | unwind_i.h | 21 UNW_REG_BSP, /* register stack pointer */ enumerator
|
D | unwind.c | 691 case 0x64: return UNW_REG_BSP; in decode_abreg() 1694 for (i = UNW_REG_BSP; i < UNW_NUM_REGS; ++i) in build_script()
|