Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c757 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state() function
879 print_verifier_state(env, vstate, frameno, false); in print_insn_state()
H A Dverifier.c4811 print_verifier_state(env, st, fr, true); in __mark_chain_precision()
10588 print_verifier_state(env, state, caller->frameno, true); in check_func_call()
10590 print_verifier_state(env, state, state->curframe, true); in check_func_call()
10894 print_verifier_state(env, state, callee->frameno, true); in prepare_func_exit()
10896 print_verifier_state(env, state, caller->frameno, true); in prepare_func_exit()
15262 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals()
15267 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals()
19123 print_verifier_state(env, cur, cur->curframe, true); in is_state_visited()
19125 print_verifier_state(env, &sl->state, cur->curframe, true); in is_state_visited()
19466 print_verifier_state(env, state, state->curframe, true); in do_check()
/linux-6.15/include/linux/
H A Dbpf_verifier.h1015 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate,