Searched refs:print_verifier_state (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | log.c | 700 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state() function 813 print_verifier_state(env, vstate, frameno, false); in print_insn_state()
|
| H A D | states.c | 1379 print_verifier_state(env, cur, cur->curframe, true); in bpf_is_state_visited() 1381 print_verifier_state(env, &sl->state, cur->curframe, true); in bpf_is_state_visited()
|
| H A D | backtrack.c | 961 print_verifier_state(env, st, fr, true); in bpf_mark_chain_precision()
|
| H A D | verifier.c | 9957 print_verifier_state(env, state, caller->frameno, true); in check_func_call() 9959 print_verifier_state(env, state, state->curframe, true); in check_func_call() 10330 print_verifier_state(env, state, callee->frameno, true); in prepare_func_exit() 10332 print_verifier_state(env, state, caller->frameno, true); in prepare_func_exit() 15682 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals() 15687 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals() 18276 print_verifier_state(env, state, state->curframe, true); in do_check()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1471 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate,
|