Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind_decoder.c36 * UNW_DEC_FRGR_MEM(fmt,grmask,frmask,arg)
38 * UNW_DEC_GR_GR(fmt,grmask,gr,arg)
39 * UNW_DEC_GR_MEM(fmt,grmask,arg)
243 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
246 grmask = ((byte1 >> 4) & 0xf); in unw_decode_p2_p5()
248 UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg); in unw_decode_p2_p5()
H A Dunwind.c896 desc_frgr_mem (unsigned char grmask, unw_word frmask, struct unw_state_record *sr) in desc_frgr_mem()
901 if ((grmask & 1) != 0) { in desc_frgr_mem()
906 grmask >>= 1; in desc_frgr_mem()
935 desc_gr_gr (unsigned char grmask, unsigned char gr, struct unw_state_record *sr) in desc_gr_gr()
940 if ((grmask & 1) != 0) in desc_gr_gr()
943 grmask >>= 1; in desc_gr_gr()
948 desc_gr_mem (unsigned char grmask, struct unw_state_record *sr) in desc_gr_mem()
953 if ((grmask & 1) != 0) { in desc_gr_mem()
958 grmask >>= 1; in desc_gr_mem()
894 desc_frgr_mem(unsigned char grmask, unw_word frmask, struct unw_state_record *sr) desc_frgr_mem() argument
933 desc_gr_gr(unsigned char grmask, unsigned char gr, struct unw_state_record *sr) desc_gr_gr() argument
946 desc_gr_mem(unsigned char grmask, struct unw_state_record *sr) desc_gr_mem() argument
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind_decoder.c36 * UNW_DEC_FRGR_MEM(fmt,grmask,frmask,arg)
38 * UNW_DEC_GR_GR(fmt,grmask,gr,arg)
39 * UNW_DEC_GR_MEM(fmt,grmask,arg)
243 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
246 grmask = ((byte1 >> 4) & 0xf); in unw_decode_p2_p5()
248 UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg); in unw_decode_p2_p5()
H A Dunwind.c896 desc_frgr_mem (unsigned char grmask, unw_word frmask, struct unw_state_record *sr) in desc_frgr_mem()
901 if ((grmask & 1) != 0) { in desc_frgr_mem()
906 grmask >>= 1; in desc_frgr_mem()
935 desc_gr_gr (unsigned char grmask, unsigned char gr, struct unw_state_record *sr) in desc_gr_gr()
940 if ((grmask & 1) != 0) in desc_gr_gr()
943 grmask >>= 1; in desc_gr_gr()
948 desc_gr_mem (unsigned char grmask, struct unw_state_record *sr) in desc_gr_mem()
953 if ((grmask & 1) != 0) { in desc_gr_mem()
958 grmask >>= 1; in desc_gr_mem()
894 desc_frgr_mem(unsigned char grmask, unw_word frmask, struct unw_state_record *sr) desc_frgr_mem() argument
933 desc_gr_gr(unsigned char grmask, unsigned char gr, struct unw_state_record *sr) desc_gr_gr() argument
946 desc_gr_mem(unsigned char grmask, struct unw_state_record *sr) desc_gr_mem() argument

Completed in 8 milliseconds