Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c2075 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local
2076 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() local
2867 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() local
2918 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() local
3195 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() local
3253 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()
[all …]