Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c17211 NOT_EXACT, enumerator
17224 if (!(rold->live & REG_LIVE_READ) && exact == NOT_EXACT) in regsafe()
17228 if (exact == NOT_EXACT || rcur->type == NOT_INIT) in regsafe()
17266 if (!rold->precise && exact == NOT_EXACT) in regsafe()
17397 if (exact != NOT_EXACT && in stacksafe()
17404 && exact == NOT_EXACT) { in stacksafe()
18058 if (states_equal(env, &sl->state, cur, force_exact ? RANGE_WITHIN : NOT_EXACT)) { in is_state_visited()