Home
last modified time | relevance | path

Searched refs:print_verifier_state (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c749 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state() function
864 print_verifier_state(env, vstate, frameno, false); in print_insn_state()
H A Dverifier.c5069 print_verifier_state(env, st, fr, true); in __mark_chain_precision()
10960 print_verifier_state(env, state, caller->frameno, true); in check_func_call()
10962 print_verifier_state(env, state, state->curframe, true); in check_func_call()
11299 print_verifier_state(env, state, callee->frameno, true); in prepare_func_exit()
11301 print_verifier_state(env, state, caller->frameno, true); in prepare_func_exit()
16286 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals()
16291 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals()
20613 print_verifier_state(env, cur, cur->curframe, true); in is_state_visited()
20615 print_verifier_state(env, &sl->state, cur->curframe, true); in is_state_visited()
21317 print_verifier_state(env, state, state->curframe, true); in do_check()