Home
last modified time | relevance | path

Searched refs:UNW_REG_BSP (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/ia64/kernel/
Dunwind_decoder.c232 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()
Dunwind_i.h22 UNW_REG_BSP, /* register stack pointer */ enumerator
Dunwind.c692 case 0x64: return UNW_REG_BSP; in decode_abreg()
1695 for (i = UNW_REG_BSP; i < UNW_NUM_REGS; ++i) in build_script()