Searched defs:vstate (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dkernel_mode_vector.c171 struct __riscv_v_ext_state *vstate = &current->thread.kernel_vstate; local
H A Dptrace.c92 struct __riscv_v_ext_state *vstate = &target->thread.vstate; local
127 struct __riscv_v_ext_state *vstate = &target->thread.vstate; local
[all...]
/linux-master/arch/riscv/include/asm/
H A Dprocessor.h122 struct __riscv_v_ext_state vstate; member in struct:thread_struct
H A Dvector.h177 static inline void riscv_v_vstate_save(struct __riscv_v_ext_state *vstate, argument
186 static inline void riscv_v_vstate_restore(struct __riscv_v_ext_state *vstate, argument
/linux-master/tools/perf/util/
H A Dpmus.c412 static int perf_pmus__print_pmu_events__callback(void *vstate, argument
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c896 struct amd_vce_state *vstate = NULL; local
/linux-master/kernel/bpf/
H A Dverifier.c3292 struct bpf_verifier_state *vstate = env->cur_state; local
4743 struct bpf_verifier_state *vstate = env->cur_state; local
4784 struct bpf_verifier_state *vstate = env->cur_state; local
5110 struct bpf_verifier_state *vstate local
5414 struct bpf_verifier_state *vstate = env->cur_state; local
9222 mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) argument
12696 struct bpf_verifier_state *vstate = env->cur_state; local
12785 struct bpf_verifier_state *vstate = env->cur_state; local
12911 struct bpf_verifier_state *vstate = env->cur_state; local
13878 struct bpf_verifier_state *vstate = env->cur_state; local
14215 find_good_pkt_pointers(struct bpf_verifier_state *vstate, struct bpf_reg_state *dst_reg, enum bpf_reg_type type, bool range_right_open) argument
14812 mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) argument
14937 find_equal_scalars(struct bpf_verifier_state *vstate, struct bpf_reg_state *known_reg) argument
16955 propagate_liveness(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, struct bpf_verifier_state *vparent) argument
[all...]

Completed in 1311 milliseconds