Lines Matching refs:tn_buf
5766 char tn_buf[48]; in check_stack_read() local
5768 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_read()
5770 tn_buf, off, size); in check_stack_read()
5966 char tn_buf[48]; in __check_ptr_off_reg() local
5968 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_ptr_off_reg()
5970 reg_type_str(env, reg->type), tn_buf); in __check_ptr_off_reg()
6602 char tn_buf[48]; in check_pkt_ptr_alignment() local
6604 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_pkt_ptr_alignment()
6607 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()
6627 char tn_buf[48]; in check_generic_ptr_alignment() local
6629 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_generic_ptr_alignment()
6631 pointer_desc, tn_buf, reg->off, off, size); in check_generic_ptr_alignment()
6970 char tn_buf[48]; in __check_buffer_access() local
6972 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_buffer_access()
6975 regno, off, tn_buf); in __check_buffer_access()
7412 char tn_buf[48]; in check_ptr_to_btf_access() local
7414 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_ptr_to_btf_access()
7417 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
7670 char tn_buf[48]; in check_stack_access_within_bounds() local
7672 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access_within_bounds()
7674 err_extra, regno, tn_buf, off, access_size); in check_stack_access_within_bounds()
8241 char tn_buf[48]; in check_stack_range_initialized() local
8243 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_range_initialized()
8245 regno, tn_buf); in check_stack_range_initialized()
8329 char tn_buf[48]; in check_stack_range_initialized() local
8331 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_range_initialized()
8333 regno, tn_buf, i - min_off, access_size); in check_stack_range_initialized()
14809 char tn_buf[48]; in check_stack_access_for_ptr_arithmetic() local
14811 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access_for_ptr_arithmetic()
14813 regno, tn_buf, off); in check_stack_access_for_ptr_arithmetic()