Lines Matching refs:stack_depth
5583 u16 stack = env->subprog_info[func->subprogno].stack_depth; in update_stack_depth()
5589 env->subprog_info[func->subprogno].stack_depth = -off; in update_stack_depth()
5639 depth += round_up(max_t(u32, subprog[idx].stack_depth, 1), 32); in check_max_stack_depth_subprog()
5703 depth -= round_up(max_t(u32, subprog[idx].stack_depth, 1), 32); in check_max_stack_depth_subprog()
5738 return env->subprog_info[subprog].stack_depth; in get_callee_stack_depth()
17996 func[i]->aux->stack_depth = env->subprog_info[i].stack_depth; in jit_subprogs()
18490 prog->aux->stack_depth = MAX_BPF_STACK; in do_misc_fixups()
18949 u16 stack_depth = subprogs[cur_subprog].stack_depth; in optimize_bpf_loop() local
18950 u16 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in optimize_bpf_loop()
18963 -(stack_depth + stack_depth_extra), in optimize_bpf_loop()
18975 subprogs[cur_subprog].stack_depth += stack_depth_extra; in optimize_bpf_loop()
18977 stack_depth = subprogs[cur_subprog].stack_depth; in optimize_bpf_loop()
18978 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in optimize_bpf_loop()
18983 env->prog->aux->stack_depth = env->subprog_info[0].stack_depth; in optimize_bpf_loop()
19148 env->prog->aux->stack_depth = env->subprog_info[0].stack_depth; in do_check_main()
19162 u32 depth = env->subprog_info[i].stack_depth; in print_verification_stats()