Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h438 u32 first_insn_idx; member
/linux/kernel/bpf/
H A Dverifier.c1656 dst_state->first_insn_idx = src->first_insn_idx; in copy_verifier_state()
3800 if (insn_idx == st->first_insn_idx) { in get_prev_insn_idx()
4532 int first_idx = st->first_insn_idx; in __mark_chain_precision()
4693 first_idx = st->first_insn_idx; in __mark_chain_precision()
18823 cur->first_insn_idx = insn_idx; in is_state_visited()
22189 state->first_insn_idx = env->subprog_info[subprog].start; in do_check_common()