Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dvoicin.c264 integer vstate; in voicin_() local
545 vstate = -1; in voicin_()
592 vstate = (voibuf[3] << 3) + (voibuf[4] << 2) + (voibuf[5] << 1) + voibuf[ in voicin_()
594 switch (vstate + 1) { in voicin_()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c1723 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local
1724 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() local
2503 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() local
2554 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() local
2827 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() local
2885 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()
[all …]