Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dverifier.c2457 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local
2458 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg()
3249 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local
3250 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in mark_reg_stack_read()
3300 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local
3301 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_stack_read_fixed_off()
3596 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local
3597 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_mem_region_access()
3817 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local
3818 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c777 struct amd_vce_state *vstate = NULL; in amdgpu_dpm_get_vce_clock_state() local
783 vstate = pp_funcs->get_vce_clock_state(adev->powerplay.pp_handle, in amdgpu_dpm_get_vce_clock_state()
787 return vstate; in amdgpu_dpm_get_vce_clock_state()