Searched defs:vstate (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | vector.h | 305 static inline void riscv_v_vstate_save(struct __riscv_v_ext_state *vstate, in riscv_v_vstate_save() 314 static inline void riscv_v_vstate_restore(struct __riscv_v_ext_state *vstate, in riscv_v_vstate_restore() 418 #define riscv_v_vstate_save(vstate, regs) do {} while (0) argument 419 #define riscv_v_vstate_restore(vstate, regs) do {} while (0) argument
|
| H A D | processor.h | 116 struct __riscv_v_ext_state vstate; member
|
| /linux/arch/riscv/kernel/ |
| H A 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
|
| 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 | 757 print_verifier_state(struct bpf_verifier_env * env,const struct bpf_verifier_state * vstate,u32 frameno,bool print_all) print_verifier_state() argument 869 print_insn_state(struct bpf_verifier_env * env,const struct bpf_verifier_state * vstate,u32 frameno) print_insn_state() argument [all...] |
| H A D | verifier.c | 3848 struct bpf_verifier_state *vstate = env->cur_state; check_reg_arg() local 5377 struct bpf_verifier_state *vstate = env->cur_state; mark_reg_stack_read() local 5418 struct bpf_verifier_state *vstate = env->cur_state; check_stack_read_fixed_off() local 5746 struct bpf_verifier_state *vstate = env->cur_state; check_mem_region_access() local 6080 struct bpf_verifier_state *vstate = env->cur_state; check_map_access() local 10317 mark_pkt_end(struct bpf_verifier_state * vstate,int regn,bool range_open) mark_pkt_end() argument 10360 struct bpf_verifier_state *vstate = env->cur_state; release_reference() local 14245 struct bpf_verifier_state *vstate = env->cur_state; sanitize_ptr_alu() local 14334 struct bpf_verifier_state *vstate = env->cur_state; sanitize_mark_insn_seen() local 14459 struct bpf_verifier_state *vstate = env->cur_state; adjust_ptr_min_max_vals() local 15412 struct bpf_verifier_state *vstate = env->cur_state; adjust_reg_min_max_vals() local 15790 find_good_pkt_pointers(struct bpf_verifier_state * vstate,struct bpf_reg_state * dst_reg,enum bpf_reg_type type,bool range_right_open) find_good_pkt_pointers() argument 16395 mark_ptr_or_null_regs(struct bpf_verifier_state * vstate,u32 regno,bool is_null) mark_ptr_or_null_regs() argument 16542 collect_linked_regs(struct bpf_verifier_state * vstate,u32 id,struct linked_regs * linked_regs) collect_linked_regs() argument 16568 sync_linked_regs(struct bpf_verifier_state * vstate,struct bpf_reg_state * known_reg,struct linked_regs * linked_regs) sync_linked_regs() argument 19036 propagate_liveness(struct bpf_verifier_env * env,const struct bpf_verifier_state * vstate,struct bpf_verifier_state * vparent,bool * changed) propagate_liveness() argument [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()
|