Home
last modified time | relevance | path

Searched refs:ytreg (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/ia64/kernel/
Dunwind_decoder.c105 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
111 ytreg = byte2; in unw_decode_x2()
113 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2()
116 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); in unw_decode_x2()
143 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
152 ytreg = byte3; in unw_decode_x4()
157 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
Dunwind.c1100 unsigned char ytreg, struct unw_state_record *sr) in desc_spill_reg_p() argument
1110 else if (ytreg & 0x80) in desc_spill_reg_p()
1116 r->val = (ytreg & 0x7f); in desc_spill_reg_p()