Searched refs:UNW_REG_FPSR (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | unwind_decoder.c | 234 case 10: UNW_DEC_REG_GR(P3, UNW_REG_FPSR, dst, arg); break; in unw_decode_p2_p5() 298 case 14: UNW_DEC_REG_WHEN(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10() 299 case 15: UNW_DEC_REG_PSPREL(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10() 318 case 6: UNW_DEC_REG_SPREL(P8, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10()
|
A D | unwind_i.h | 33 UNW_REG_UNAT, UNW_REG_PR, UNW_REG_LC, UNW_REG_FPSR, enumerator
|
A D | unwind.c | 152 UNW_REG_UNAT, UNW_REG_LC, UNW_REG_FPSR, UNW_REG_PRI_UNAT_GR 696 case 0x68: return UNW_REG_FPSR; in decode_abreg() 2260 unw.sw_off[unw.preg_index[UNW_REG_FPSR]] = SW(AR_FPSR); in unw_init()
|
Completed in 9 milliseconds