Searched refs:queued_st (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 9084 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local 9114 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call() 9115 if (IS_ERR(queued_st)) in process_iter_next_call() 9116 return PTR_ERR(queued_st); in process_iter_next_call() 9118 queued_iter = get_iter_from_state(queued_st, meta); in process_iter_next_call() 9122 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call() 9124 queued_fr = queued_st->frame[queued_st->curframe]; in process_iter_next_call() 16867 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in check_cond_jmp_op() local 16879 queued_st = push_stack(env, idx + 1, idx, false); in check_cond_jmp_op() 16880 if (IS_ERR(queued_st)) in check_cond_jmp_op() [all …]
|