Searched refs:print_verifier_state (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/bpf/ |
H A D | log.c | 757 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 D | verifier.c | 4924 print_verifier_state(env, st, fr, true); in __mark_chain_precision() 10722 print_verifier_state(env, state, caller->frameno, true); in check_func_call() 10724 print_verifier_state(env, state, state->curframe, true); in check_func_call() 11028 print_verifier_state(env, state, callee->frameno, true); in prepare_func_exit() 11030 print_verifier_state(env, state, caller->frameno, true); in prepare_func_exit() 15490 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals() 15495 print_verifier_state(env, vstate, vstate->curframe, true); in adjust_reg_min_max_vals() 19421 print_verifier_state(env, cur, cur->curframe, true); in is_state_visited() 19423 print_verifier_state(env, &sl->state, cur->curframe, true); in is_state_visited() 20061 print_verifier_state(en in do_check() [all...] |