Searched refs:queued_st (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 7826 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local 7856 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call() 7857 if (IS_ERR(queued_st)) in process_iter_next_call() 7858 return PTR_ERR(queued_st); in process_iter_next_call() 7860 queued_iter = get_iter_from_state(queued_st, meta); in process_iter_next_call() 7864 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call() 7866 queued_fr = queued_st->frame[queued_st->curframe]; in process_iter_next_call() 16322 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in check_cond_jmp_op() local 16328 queued_st = push_stack(env, idx + 1, idx, false); in check_cond_jmp_op() 16329 if (IS_ERR(queued_st)) in check_cond_jmp_op() [all …]
|