Lines Matching refs:tn_buf
492 char tn_buf[48]; in print_verifier_state() local
494 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in print_verifier_state()
495 verbose(env, ",var_off=%s", tn_buf); in print_verifier_state()
2112 char tn_buf[48]; in check_stack_access() local
2114 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access()
2116 tn_buf, off, size); in check_stack_access()
2490 char tn_buf[48]; in check_pkt_ptr_alignment() local
2492 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_pkt_ptr_alignment()
2495 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()
2515 char tn_buf[48]; in check_generic_ptr_alignment() local
2517 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_generic_ptr_alignment()
2519 pointer_desc, tn_buf, reg->off, off, size); in check_generic_ptr_alignment()
2683 char tn_buf[48]; in check_ctx_reg() local
2685 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_ctx_reg()
2686 verbose(env, "variable ctx access var_off=%s disallowed\n", tn_buf); in check_ctx_reg()
2704 char tn_buf[48]; in check_tp_buffer_access() local
2706 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_tp_buffer_access()
2709 regno, off, tn_buf); in check_tp_buffer_access()
2945 char tn_buf[48]; in __check_stack_boundary() local
2947 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_stack_boundary()
2949 regno, tn_buf, access_size); in __check_stack_boundary()
2995 char tn_buf[48]; in check_stack_boundary() local
2997 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_boundary()
2999 regno, tn_buf); in check_stack_boundary()
3069 char tn_buf[48]; in check_stack_boundary() local
3071 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_boundary()
3073 tn_buf, i - min_off, access_size); in check_stack_boundary()
6139 char tn_buf[48]; in check_return_code() local
6143 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_return_code()
6144 verbose(env, "has value %s", tn_buf); in check_return_code()
6148 tnum_strn(tn_buf, sizeof(tn_buf), range); in check_return_code()
6149 verbose(env, " should have been in %s\n", tn_buf); in check_return_code()