Home
last modified time | relevance | path

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

/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
/linux/kernel/bpf/
H A Dverifier.c18237 static bool states_equal(struct bpf_verifier_env *env, in states_equal() function
18607 if (states_equal(env, &sl->state, cur, RANGE_WITHIN)) { in is_state_visited()
18632 states_equal(env, &sl->state, cur, RANGE_WITHIN)) { in is_state_visited()
18638 if (states_equal(env, &sl->state, cur, RANGE_WITHIN)) in is_state_visited()
18644 states_equal(env, &sl->state, cur, EXACT) && in is_state_visited()
18702 if (states_equal(env, &sl->state, cur, force_exact ? RANGE_WITHIN : NOT_EXACT)) { in is_state_visited()