Searched refs:abreg (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_decoder.c53 * UNW_DEC_RESTORE(fmt,t,abreg,arg)
54 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg)
57 * UNW_DEC_SPILL_PSPREL(fmt,t,abreg,pspoff,arg)
58 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg)
59 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
60 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
61 * UNW_DEC_SPILL_SPREL(fmt,t,abreg,spoff,arg)
62 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg)
87 unsigned char byte1, abreg; local
93 abreg
104 unsigned char byte1, byte2, abreg, x, ytreg; local
122 unsigned char byte1, byte2, abreg, qp; local
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
[all...]
H A Dunwind.c683 decode_abreg (unsigned char abreg, int memory)
685 switch (abreg) {
686 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04);
687 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22);
688 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30);
689 case 0x41 ... 0x45: return UNW_REG_B1 + (abreg - 0x41);
704 UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __FUNCTION__, abreg);
1087 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr)
1094 r = sr->curr.reg + decode_abreg(abreg,
681 decode_abreg(unsigned char abreg, int memory) argument
1085 desc_restore_p(unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) argument
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) argument
1120 desc_spill_psprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, struct unw_state_record *sr) argument
1135 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct unw_state_record *sr) argument
[all...]

Completed in 101 milliseconds