Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h393 u32 first_insn_idx; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c1783 dst_state->first_insn_idx = src->first_insn_idx; in copy_verifier_state()
3451 if (i == st->first_insn_idx) { in get_prev_insn_idx()
4234 int first_idx = st->first_insn_idx; in __mark_chain_precision()
4429 first_idx = st->first_insn_idx; in __mark_chain_precision()
16874 cur->first_insn_idx = insn_idx; in is_state_visited()
19600 state->first_insn_idx = env->subprog_info[subprog].start; in do_check_common()