Searched refs:UNW_REG_LC (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | unwind_decoder.c | 228 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break; in unw_decode_p2_p5() 293 case 10: UNW_DEC_REG_WHEN(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10() 294 case 11: UNW_DEC_REG_PSPREL(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10() 315 case 4: UNW_DEC_REG_SPREL(P8, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
|
D | unwind_i.h | 32 UNW_REG_UNAT, UNW_REG_PR, UNW_REG_LC, UNW_REG_FPSR, enumerator
|
D | unwind.c | 152 UNW_REG_UNAT, UNW_REG_LC, UNW_REG_FPSR, UNW_REG_PRI_UNAT_GR 698 case 0x6a: return UNW_REG_LC; in decode_abreg() 703 return UNW_REG_LC; in decode_abreg() 2259 unw.sw_off[unw.preg_index[UNW_REG_LC]] = SW(AR_LC); in unw_init()
|