Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c1808 static struct bpf_verifier_state_list **explored_state(struct bpf_verifier_env *env, int idx) in explored_state() function
7780 sl = *explored_state(env, insn_idx); in find_prev_entry()
15968 sl = *explored_state(env, insn); in clean_live_states()
16606 pprev = explored_state(env, insn_idx); in is_state_visited()
16881 new_sl->next = *explored_state(env, insn_idx); in is_state_visited()
16882 *explored_state(env, insn_idx) = new_sl; in is_state_visited()