Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/
H A Dverifier.rst317 This is implemented in states_equal().
541 called from ``states_equal()`` when a state cache entry is considered for
/openbmc/linux/kernel/bpf/
H A Dverifier.c16291 static bool states_equal(struct bpf_verifier_env *env, in states_equal() function
16671 if (states_equal(env, &sl->state, cur, true)) { in is_state_visited()
16695 if (states_equal(env, &sl->state, cur, true)) in is_state_visited()
16701 states_equal(env, &sl->state, cur, false) && in is_state_visited()
16758 if (states_equal(env, &sl->state, cur, force_exact)) { in is_state_visited()