frmask            894 arch/ia64/kernel/unwind.c desc_frgr_mem (unsigned char grmask, unw_word frmask, struct unw_state_record *sr)
frmask            907 arch/ia64/kernel/unwind.c 		if ((frmask & 1) != 0) {
frmask            913 arch/ia64/kernel/unwind.c 		frmask >>= 1;
frmask            918 arch/ia64/kernel/unwind.c desc_fr_mem (unsigned char frmask, struct unw_state_record *sr)
frmask            923 arch/ia64/kernel/unwind.c 		if ((frmask & 1) != 0) {
frmask            928 arch/ia64/kernel/unwind.c 		frmask >>= 1;
frmask            243 arch/ia64/kernel/unwind_decoder.c       unw_word grmask, frmask, byte1, byte2, byte3;
frmask            247 arch/ia64/kernel/unwind_decoder.c       frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
frmask            248 arch/ia64/kernel/unwind_decoder.c       UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg);