Home
last modified time | relevance | path

Searched refs:ytreg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind_decoder.c60 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
61 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
105 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()
H A Dunwind.c1102 unsigned char ytreg, struct unw_state_record *sr) in desc_spill_reg_p()
1112 else if (ytreg & 0x80) in desc_spill_reg_p()
1118 r->val = (ytreg & 0x7f);
1099 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) desc_spill_reg_p() argument
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind_decoder.c60 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
61 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
105 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()
H A Dunwind.c1102 unsigned char ytreg, struct unw_state_record *sr) in desc_spill_reg_p()
1112 else if (ytreg & 0x80) in desc_spill_reg_p()
1118 r->val = (ytreg & 0x7f);
1099 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) desc_spill_reg_p() argument

Completed in 8 milliseconds