Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/Documentation/bpf/
Dverifier.rst540 Registers/stack slots marked in this way are ignored in function ``stacksafe()``
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c9523 static bool stacksafe(struct bpf_verifier_env *env, struct bpf_func_state *old, in stacksafe() function
9631 if (!stacksafe(env, old, cur, env->idmap_scratch)) in func_states_equal()
/kernel/linux/linux-6.6/kernel/bpf/
Dverifier.c16086 static bool stacksafe(struct bpf_verifier_env *env, struct bpf_func_state *old, in stacksafe() function
16249 if (!stacksafe(env, old, cur, &env->idmap_scratch, exact)) in func_states_equal()