Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_verifier.h989 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_func_state *state);
/linux-6.12.1/kernel/bpf/
Dlog.c867 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_func_state *state) in print_insn_state() function
Dverifier.c15455 print_insn_state(env, this_branch->frame[this_branch->curframe]); in check_cond_jmp_op()
15469 print_insn_state(env, this_branch->frame[this_branch->curframe]); in check_cond_jmp_op()
15586 print_insn_state(env, this_branch->frame[this_branch->curframe]); in check_cond_jmp_op()
18377 print_insn_state(env, state->frame[state->curframe]); in do_check()