Lines Matching refs:stack_depth
4214 u16 stack = env->subprog_info[func->subprogno].stack_depth; in update_stack_depth()
4220 env->subprog_info[func->subprogno].stack_depth = -off; in update_stack_depth()
4269 depth += round_up(max_t(u32, subprog[idx].stack_depth, 1), 32); in check_max_stack_depth()
4331 depth -= round_up(max_t(u32, subprog[idx].stack_depth, 1), 32); in check_max_stack_depth()
4350 return env->subprog_info[subprog].stack_depth; in get_callee_stack_depth()
13693 func[i]->aux->stack_depth = env->subprog_info[i].stack_depth; in jit_subprogs()
14064 prog->aux->stack_depth = MAX_BPF_STACK; in do_misc_fixups()
14524 u16 stack_depth = subprogs[cur_subprog].stack_depth; in optimize_bpf_loop() local
14525 u16 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in optimize_bpf_loop()
14538 -(stack_depth + stack_depth_extra), in optimize_bpf_loop()
14550 subprogs[cur_subprog].stack_depth += stack_depth_extra; in optimize_bpf_loop()
14552 stack_depth = subprogs[cur_subprog].stack_depth; in optimize_bpf_loop()
14553 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in optimize_bpf_loop()
14558 env->prog->aux->stack_depth = env->subprog_info[0].stack_depth; in optimize_bpf_loop()
14721 env->prog->aux->stack_depth = env->subprog_info[0].stack_depth; in do_check_main()
14735 u32 depth = env->subprog_info[i].stack_depth; in print_verification_stats()