Searched refs:stacksafe (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/bpf/ |
| D | verifier.rst | 540 Registers/stack slots marked in this way are ignored in function ``stacksafe()``
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | verifier.c | 9523 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/ |
| D | verifier.c | 16086 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()
|