Searched refs:vstate (Results 1 – 1 of 1) sorted by relevance
2075 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local2076 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg()2866 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local2867 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in mark_reg_stack_read()2917 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local2918 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_stack_read_fixed_off()3194 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local3195 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_mem_region_access()3252 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local3253 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()[all …]