Lines Matching refs:tn_buf
628 char tn_buf[48]; in print_verifier_state() local
630 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in print_verifier_state()
631 verbose(env, ",var_off=%s", tn_buf); in print_verifier_state()
2510 char tn_buf[48]; in check_stack_access() local
2512 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access()
2514 tn_buf, off, size); in check_stack_access()
2914 char tn_buf[48]; in check_pkt_ptr_alignment() local
2916 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_pkt_ptr_alignment()
2919 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()
2939 char tn_buf[48]; in check_generic_ptr_alignment() local
2941 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_generic_ptr_alignment()
2943 pointer_desc, tn_buf, reg->off, off, size); in check_generic_ptr_alignment()
3147 char tn_buf[48]; in check_ctx_reg() local
3149 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_ctx_reg()
3150 verbose(env, "variable ctx access var_off=%s disallowed\n", tn_buf); in check_ctx_reg()
3169 char tn_buf[48]; in __check_buffer_access() local
3171 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_buffer_access()
3174 regno, off, tn_buf); in __check_buffer_access()
3308 char tn_buf[48]; in check_ptr_to_btf_access() local
3310 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_ptr_to_btf_access()
3313 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
3655 char tn_buf[48]; in __check_stack_boundary() local
3657 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_stack_boundary()
3659 regno, tn_buf, access_size); in __check_stack_boundary()
3693 char tn_buf[48]; in check_stack_boundary() local
3695 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_boundary()
3697 regno, tn_buf); in check_stack_boundary()
3772 char tn_buf[48]; in check_stack_boundary() local
3774 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_boundary()
3776 tn_buf, i - min_off, access_size); in check_stack_boundary()
7883 char tn_buf[48]; in check_return_code() local
7887 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_return_code()
7888 verbose(env, "has value %s", tn_buf); in check_return_code()
7892 tnum_strn(tn_buf, sizeof(tn_buf), range); in check_return_code()
7893 verbose(env, " should have been in %s\n", tn_buf); in check_return_code()