Searched defs:vstate (Results 1 – 8 of 8) sorted by relevance
/linux-6.15/arch/riscv/include/asm/ |
D | vector.h | 300 static inline void riscv_v_vstate_save(struct __riscv_v_ext_state *vstate, in riscv_v_vstate_save() 309 static inline void riscv_v_vstate_restore(struct __riscv_v_ext_state *vstate, in riscv_v_vstate_restore() 402 #define riscv_v_vstate_save(vstate, regs) do {} while (0) argument 403 #define riscv_v_vstate_restore(vstate, regs) do {} while (0) argument
|
D | processor.h | 108 struct __riscv_v_ext_state vstate; member
|
/linux-6.15/arch/riscv/kernel/ |
D | ptrace.c | 95 struct __riscv_v_ext_state *vstate = &target->thread.vstate; in riscv_vr_get() local 130 struct __riscv_v_ext_state *vstate = &target->thread.vstate; in riscv_vr_set() local
|
D | kernel_mode_vector.c | 171 struct __riscv_v_ext_state *vstate = ¤t->thread.kernel_vstate; in riscv_v_context_nesting_end() local
|
/linux-6.15/kernel/bpf/ |
D | log.c | 757 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state() 869 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_insn_state()
|
D | verifier.c | 3739 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local 5263 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local 5304 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local 5632 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local 5962 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local 10182 static void mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) in mark_pkt_end() 10225 struct bpf_verifier_state *vstate = env->cur_state; in release_reference() local 14071 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_ptr_alu() local 14160 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_mark_insn_seen() local 14286 struct bpf_verifier_state *vstate = env->cur_state; in adjust_ptr_min_max_vals() local [all …]
|
/linux-6.15/tools/perf/util/ |
D | pmus.c | 476 static int perf_pmus__print_pmu_events__callback(void *vstate, in perf_pmus__print_pmu_events__callback()
|
/linux-6.15/drivers/gpu/drm/amd/pm/ |
D | amdgpu_dpm.c | 968 struct amd_vce_state *vstate = NULL; in amdgpu_dpm_get_vce_clock_state() local
|