Searched defs:vstate (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | vector.h | 306 static inline void riscv_v_vstate_save(struct __riscv_v_ext_state *vstate, in riscv_v_vstate_save() 315 static inline void riscv_v_vstate_restore(struct __riscv_v_ext_state *vstate, in riscv_v_vstate_restore() 419 #define riscv_v_vstate_save(vstate, regs) do {} while (0) argument 420 #define riscv_v_vstate_restore(vstate, regs) do {} while (0) argument
|
| H A D | processor.h | 117 struct __riscv_v_ext_state vstate; member
|
| /linux/arch/riscv/kernel/ |
| H A D | ptrace.c | 99 struct __riscv_v_ext_state *vstate = &target->thread.vstate; in riscv_vr_get() local 131 static int invalid_ptrace_v_csr(struct __riscv_v_ext_state *vstate, in invalid_ptrace_v_csr() 223 struct __riscv_v_ext_state *vstate = &target->thread.vstate; in riscv_vr_set() local
|
| H A D | kernel_mode_vector.c | 171 struct __riscv_v_ext_state *vstate = ¤t->thread.kernel_vstate; in riscv_v_context_nesting_end() local
|
| /linux/kernel/bpf/ |
| H A D | log.c | 749 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state() 854 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_insn_state()
|
| H A D | verifier.c | 3976 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local 5516 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local 5556 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local 5894 struct bpf_verifier_state *vstate = env->cur_state; in check_mem_region_access() local 6239 struct bpf_verifier_state *vstate = env->cur_state; in check_map_access() local 10548 static void mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) in mark_pkt_end() 10591 struct bpf_verifier_state *vstate = env->cur_state; in release_reference() local 14654 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_ptr_alu() local 14743 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_mark_insn_seen() local 14868 struct bpf_verifier_state *vstate = env->cur_state; in adjust_ptr_min_max_vals() local [all …]
|
| /linux/tools/perf/util/ |
| H A D | pmus.c | 575 static int perf_pmus__print_pmu_events__callback(void *vstate, in perf_pmus__print_pmu_events__callback()
|
| /linux/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_dpm.c | 1000 struct amd_vce_state *vstate = NULL; in amdgpu_dpm_get_vce_clock_state() local
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1160 struct nft_chain_validate_state vstate; member
|