Lines Matching refs:tn_buf

5121 		char tn_buf[48];  in check_stack_read()  local
5123 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_read()
5125 tn_buf, off, size); in check_stack_read()
5321 char tn_buf[48]; in __check_ptr_off_reg() local
5323 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_ptr_off_reg()
5325 reg_type_str(env, reg->type), tn_buf); in __check_ptr_off_reg()
5900 char tn_buf[48]; in check_pkt_ptr_alignment() local
5902 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_pkt_ptr_alignment()
5905 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()
5925 char tn_buf[48]; in check_generic_ptr_alignment() local
5927 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_generic_ptr_alignment()
5929 pointer_desc, tn_buf, reg->off, off, size); in check_generic_ptr_alignment()
6190 char tn_buf[48]; in __check_buffer_access() local
6192 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_buffer_access()
6195 regno, off, tn_buf); in __check_buffer_access()
6619 char tn_buf[48]; in check_ptr_to_btf_access() local
6621 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_ptr_to_btf_access()
6624 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
6872 char tn_buf[48]; in check_stack_access_within_bounds() local
6874 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access_within_bounds()
6876 err_extra, regno, tn_buf, off, access_size); in check_stack_access_within_bounds()
7319 char tn_buf[48]; in check_stack_range_initialized() local
7321 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_range_initialized()
7323 regno, err_extra, tn_buf); in check_stack_range_initialized()
7407 char tn_buf[48]; in check_stack_range_initialized() local
7409 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_range_initialized()
7411 err_extra, regno, tn_buf, i - min_off, access_size); in check_stack_range_initialized()
13199 char tn_buf[48]; in check_stack_access_for_ptr_arithmetic() local
13201 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access_for_ptr_arithmetic()
13203 regno, tn_buf, off); in check_stack_access_for_ptr_arithmetic()