Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c5297 static int round_up_stack_depth(struct bpf_verifier_env *env, int stack_depth) in check_stack_write_fixed_off()
5363 subprog_depth = round_up_stack_depth(env, subprog[idx].stack_depth); in check_stack_write_fixed_off()
5485 depth -= round_up_stack_depth(env, subprog[idx].stack_depth); in check_stack_write_var_off()
6723 static int round_up_stack_depth(struct bpf_verifier_env *env, int stack_depth) round_up_stack_depth() function