Searched refs:verbose_linfo (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | bpf_verifier.h | 810 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env,
|
/linux/kernel/bpf/ |
H A D | log.c | 381 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo() function
|
H A D | verifier.c | 4938 verbose_linfo(env, insn_idx, "; "); in check_stack_write_fixed_off() 5198 verbose_linfo(env, env->insn_idx, "; "); in check_stack_read_fixed_off() 7387 verbose_linfo(env, insn_idx, "; "); in check_mem_access() 16692 verbose_linfo(env, t, "%d: ", t); in push_insn() 16714 verbose_linfo(env, t, "%d: ", t); in push_insn() 16715 verbose_linfo(env, w, "%d: ", w); in push_insn() 18648 verbose_linfo(env, insn_idx, "; "); in is_state_visited() 19023 verbose_linfo(env, env->insn_idx, "; "); in do_check()
|