Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c757 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state, in print_verifier_state() function
877 print_verifier_state(env, state, false); in print_insn_state()
H A Dverifier.c4349 print_verifier_state(env, func, true); in __mark_chain_precision()
9691 print_verifier_state(env, caller, true); in check_func_call()
9693 print_verifier_state(env, state->frame[state->curframe], true); in check_func_call()
10005 print_verifier_state(env, callee, true); in prepare_func_exit()
10007 print_verifier_state(env, caller, true); in prepare_func_exit()
14076 print_verifier_state(env, state, true); in adjust_reg_min_max_vals()
14081 print_verifier_state(env, state, true); in adjust_reg_min_max_vals()
17492 print_verifier_state(env, cur->frame[cur->curframe], true); in is_state_visited()
17494 print_verifier_state(env, sl->state.frame[cur->curframe], true); in is_state_visited()
17850 print_verifier_state(env, state->frame[state->curframe], true); in do_check()
/linux/include/linux/
H A Dbpf_verifier.h960 void print_verifier_state(struct bpf_verifier_env *env,