Home
last modified time | relevance | path

Searched refs:queued_st (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c7827 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in check_mem_access()
7857 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in check_mem_access()
7858 if (IS_ERR(queued_st)) in check_mem_access()
7859 return PTR_ERR(queued_st); in check_mem_access()
7861 queued_iter = get_iter_from_state(queued_st, meta); in check_mem_access()
7865 widen_imprecise_scalars(env, prev_st, queued_st); in check_mem_access()
7867 queued_fr = queued_st->frame[queued_st->curframe]; in check_mem_access()
16307 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in adjust_reg_min_max_vals()
16313 queued_st in adjust_reg_min_max_vals()
9229 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; process_iter_next_call() local
17506 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; check_cond_jmp_op() local
[all...]