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

/linux-master/kernel/bpf/
H A Dlog.c755 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state, function
875 print_verifier_state(env, state, false);
H A Dverifier.c4332 print_verifier_state(env, func, true);
9598 print_verifier_state(env, caller, true);
9600 print_verifier_state(env, state->frame[state->curframe], true);
9916 print_verifier_state(env, callee, true);
9918 print_verifier_state(env, caller, true);
13963 print_verifier_state(env, state, true);
13968 print_verifier_state(env, state, true);
17294 print_verifier_state(env, cur->frame[cur->curframe], true);
17296 print_verifier_state(env, sl->state.frame[cur->curframe], true);
17652 print_verifier_state(en
[all...]
/linux-master/include/linux/
H A Dbpf_verifier.h939 void print_verifier_state(struct bpf_verifier_env *env,

Completed in 199 milliseconds