Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h446 u32 first_insn_idx; member
/linux-6.15/kernel/bpf/
H A Dverifier.c1750 dst_state->first_insn_idx = src->first_insn_idx; in copy_verifier_state()
3921 if (insn_idx == st->first_insn_idx) { in get_prev_insn_idx()
4659 int first_idx = st->first_insn_idx; in __mark_chain_precision()
4820 first_idx = st->first_insn_idx; in __mark_chain_precision()
19280 cur->first_insn_idx = insn_idx; in is_state_visited()
22685 state->first_insn_idx = env->subprog_info[subprog].start; in do_check_common()