Lines Matching refs:vstate

3124 	struct bpf_verifier_state *vstate = env->cur_state;  in check_reg_arg()  local
3125 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg()
4547 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local
4548 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in mark_reg_stack_read()
4599 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local
4600 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_stack_read_fixed_off()
4897 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local
4898 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_mem_region_access()
5155 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local
5156 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()
8778 static void mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) in mark_pkt_end() argument
8780 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in mark_pkt_end()
11816 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_ptr_alu() local
11833 if (vstate->speculative) in sanitize_ptr_alu()
11905 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_mark_insn_seen() local
11912 if (!vstate->speculative) in sanitize_mark_insn_seen()
12031 struct bpf_verifier_state *vstate = env->cur_state; in adjust_ptr_min_max_vals() local
12032 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in adjust_ptr_min_max_vals()
12987 struct bpf_verifier_state *vstate = env->cur_state; in adjust_reg_min_max_vals() local
12988 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in adjust_reg_min_max_vals()
13304 static void find_good_pkt_pointers(struct bpf_verifier_state *vstate, in find_good_pkt_pointers() argument
13376 bpf_for_each_reg_in_vstate(vstate, state, reg, ({ in find_good_pkt_pointers()
13895 static void mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, in mark_ptr_or_null_regs() argument
13898 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in mark_ptr_or_null_regs()
13910 bpf_for_each_reg_in_vstate(vstate, state, reg, ({ in mark_ptr_or_null_regs()
14020 static void find_equal_scalars(struct bpf_verifier_state *vstate, in find_equal_scalars() argument
14026 bpf_for_each_reg_in_vstate(vstate, state, reg, ({ in find_equal_scalars()
15890 const struct bpf_verifier_state *vstate, in propagate_liveness() argument
15897 if (vparent->curframe != vstate->curframe) { in propagate_liveness()
15899 vparent->curframe, vstate->curframe); in propagate_liveness()
15904 for (frame = 0; frame <= vstate->curframe; frame++) { in propagate_liveness()
15906 state = vstate->frame[frame]; in propagate_liveness()
15910 for (i = frame < vstate->curframe ? BPF_REG_6 : 0; i < BPF_REG_FP; i++) { in propagate_liveness()