Searched refs:vstate (Results 1 – 2 of 2) sorted by relevance
264 integer vstate; in voicin_() local545 vstate = -1; in voicin_()592 vstate = (voibuf[3] << 3) + (voibuf[4] << 2) + (voibuf[5] << 1) + voibuf[ in voicin_()594 switch (vstate + 1) { in voicin_()
1723 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local1724 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg()2502 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local2503 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in mark_reg_stack_read()2553 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local2554 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_stack_read_fixed_off()2826 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local2827 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_mem_region_access()2884 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local2885 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()[all …]