Searched refs:tn_buf (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | verifier.c | 250 char tn_buf[48]; in nfp_bpf_check_helper_call() local 252 tnum_strn(tn_buf, sizeof(tn_buf), reg3->var_off); in nfp_bpf_check_helper_call() 254 tn_buf); in nfp_bpf_check_helper_call() 321 char tn_buf[48]; in nfp_bpf_check_exit() local 323 tnum_strn(tn_buf, sizeof(tn_buf), reg0->var_off); in nfp_bpf_check_exit() 325 reg0->type, tn_buf); in nfp_bpf_check_exit()
|
| /linux/kernel/bpf/ |
| H A D | log.c | 740 char tn_buf[48]; in print_reg_state() local 742 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in print_reg_state() 743 verbose_a("var_off=%s", tn_buf); in print_reg_state()
|
| H A D | verifier.c | 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 [all …]
|