Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dlog.c756 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state, in print_verifier_state() function
876 print_verifier_state(env, state, false); in print_insn_state()
Dverifier.c4429 print_verifier_state(env, func, true); in __mark_chain_precision()
9831 print_verifier_state(env, caller, true); in check_func_call()
9833 print_verifier_state(env, state->frame[state->curframe], true); in check_func_call()
10149 print_verifier_state(env, callee, true); in prepare_func_exit()
10151 print_verifier_state(env, caller, true); in prepare_func_exit()
14242 print_verifier_state(env, state, true); in adjust_reg_min_max_vals()
14247 print_verifier_state(env, state, true); in adjust_reg_min_max_vals()
18007 print_verifier_state(env, cur->frame[cur->curframe], true); in is_state_visited()
18009 print_verifier_state(env, sl->state.frame[cur->curframe], true); in is_state_visited()
18365 print_verifier_state(env, state->frame[state->curframe], true); in do_check()
/linux-6.12.1/include/linux/
Dbpf_verifier.h987 void print_verifier_state(struct bpf_verifier_env *env,