Lines Matching refs:tn_buf

5504 		char tn_buf[48];  in check_stack_read()  local
5506 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_read()
5508 tn_buf, off, size); in check_stack_read()
5704 char tn_buf[48]; in __check_ptr_off_reg() local
5706 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_ptr_off_reg()
5708 reg_type_str(env, reg->type), tn_buf); in __check_ptr_off_reg()
6327 char tn_buf[48]; in check_pkt_ptr_alignment() local
6329 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_pkt_ptr_alignment()
6332 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()
6352 char tn_buf[48]; in check_generic_ptr_alignment() local
6354 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_generic_ptr_alignment()
6356 pointer_desc, tn_buf, reg->off, off, size); in check_generic_ptr_alignment()
6699 char tn_buf[48]; in __check_buffer_access() local
6701 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_buffer_access()
6704 regno, off, tn_buf); in __check_buffer_access()
7128 char tn_buf[48]; in check_ptr_to_btf_access() local
7130 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_ptr_to_btf_access()
7133 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
7378 char tn_buf[48]; in check_stack_access_within_bounds() local
7380 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access_within_bounds()
7382 err_extra, regno, tn_buf, off, access_size); in check_stack_access_within_bounds()
7930 char tn_buf[48]; in check_stack_range_initialized() local
7932 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_range_initialized()
7934 regno, tn_buf); in check_stack_range_initialized()
8018 char tn_buf[48]; in check_stack_range_initialized() local
8020 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_range_initialized()
8022 regno, tn_buf, i - min_off, access_size); in check_stack_range_initialized()
14227 char tn_buf[48]; in check_stack_access_for_ptr_arithmetic() local
14229 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access_for_ptr_arithmetic()
14231 regno, tn_buf, off); in check_stack_access_for_ptr_arithmetic()