Searched refs:queued_st (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 8887 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local 8917 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call() 8918 if (!queued_st) in process_iter_next_call() 8921 queued_iter = get_iter_from_state(queued_st, meta); in process_iter_next_call() 8925 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call() 8927 queued_fr = queued_st->frame[queued_st->curframe]; in process_iter_next_call() 16391 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in check_cond_jmp_op() local 16403 queued_st = push_stack(env, idx + 1, idx, false); in check_cond_jmp_op() 16404 if (!queued_st) in check_cond_jmp_op() 16407 queued_st->may_goto_depth++; in check_cond_jmp_op() [all …]
|