Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dverifier.c199 struct verifier_state_list **explored_states; /* search pruning optimization */ member
1332 env->explored_states[w] = STATE_LIST_MARK; in push_insn()
1411 env->explored_states[t + 1] = STATE_LIST_MARK; in check_cfg()
1540 sl = env->explored_states[insn_idx]; in is_state_visited()
1568 new_sl->next = env->explored_states[insn_idx]; in is_state_visited()
1569 env->explored_states[insn_idx] = new_sl; in is_state_visited()
2023 if (!env->explored_states) in free_states()
2027 sl = env->explored_states[i]; in free_states()
2037 kfree(env->explored_states); in free_states()
2088 env->explored_states = kcalloc(env->prog->len, in bpf_check()
[all …]