Home
last modified time | relevance | path

Searched refs:cur_hist_ent (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf_verifier.h665 struct bpf_jmp_history_entry *cur_hist_ent; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c3434 if (env->cur_hist_ent) { in push_jmp_history()
3438 WARN_ONCE((env->cur_hist_ent->flags & insn_flags) && in push_jmp_history()
3439 (env->cur_hist_ent->flags & insn_flags) != insn_flags, in push_jmp_history()
3441 env->insn_idx, env->cur_hist_ent->flags, insn_flags); in push_jmp_history()
3442 env->cur_hist_ent->flags |= insn_flags; in push_jmp_history()
3458 env->cur_hist_ent = p; in push_jmp_history()
17028 env->cur_hist_ent = NULL; in do_check()