grmask            894 arch/ia64/kernel/unwind.c desc_frgr_mem (unsigned char grmask, unw_word frmask, struct unw_state_record *sr)
grmask            899 arch/ia64/kernel/unwind.c 		if ((grmask & 1) != 0) {
grmask            904 arch/ia64/kernel/unwind.c 		grmask >>= 1;
grmask            933 arch/ia64/kernel/unwind.c desc_gr_gr (unsigned char grmask, unsigned char gr, struct unw_state_record *sr)
grmask            938 arch/ia64/kernel/unwind.c 		if ((grmask & 1) != 0)
grmask            941 arch/ia64/kernel/unwind.c 		grmask >>= 1;
grmask            946 arch/ia64/kernel/unwind.c desc_gr_mem (unsigned char grmask, struct unw_state_record *sr)
grmask            951 arch/ia64/kernel/unwind.c 		if ((grmask & 1) != 0) {
grmask            956 arch/ia64/kernel/unwind.c 		grmask >>= 1;
grmask            243 arch/ia64/kernel/unwind_decoder.c       unw_word grmask, frmask, byte1, byte2, byte3;
grmask            246 arch/ia64/kernel/unwind_decoder.c       grmask = ((byte1 >> 4) & 0xf);
grmask            248 arch/ia64/kernel/unwind_decoder.c       UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg);