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