Lines Matching defs:vstate
2075 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local
2866 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local
2917 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local
3194 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local
3252 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local
5613 struct bpf_verifier_state *vstate = env->cur_state; in clear_all_pkt_pointers() local
5625 static void mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) in mark_pkt_end()
5671 struct bpf_verifier_state *vstate = env->cur_state; in release_reference() local
6743 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_ptr_alu() local
6832 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_mark_insn_seen() local
6958 struct bpf_verifier_state *vstate = env->cur_state; in adjust_ptr_min_max_vals() local
7922 struct bpf_verifier_state *vstate = env->cur_state; in adjust_reg_min_max_vals() local
8194 static void find_good_pkt_pointers(struct bpf_verifier_state *vstate, in find_good_pkt_pointers()
8790 static void mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, in mark_ptr_or_null_regs()
8915 static void find_equal_scalars(struct bpf_verifier_state *vstate, in find_equal_scalars()
10501 const struct bpf_verifier_state *vstate, in propagate_liveness()