Searched defs:vstate (Results 1 – 6 of 6) 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() argument 314 static inline void riscv_v_vstate_restore(struct __riscv_v_ext_state *vstate, in riscv_v_vstate_restore() argument 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 | 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 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state() argument 869 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_insn_state() argument [all...] |
H A D | verifier.c | 3848 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local 5377 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local 5418 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local 5746 struct bpf_verifier_state *vstate in check_mem_region_access() local 6080 struct bpf_verifier_state *vstate = env->cur_state; check_map_access() local 10313 mark_pkt_end(struct bpf_verifier_state * vstate,int regn,bool range_open) mark_pkt_end() argument 10356 struct bpf_verifier_state *vstate = env->cur_state; release_reference() local 14241 struct bpf_verifier_state *vstate = env->cur_state; sanitize_ptr_alu() local 14330 struct bpf_verifier_state *vstate = env->cur_state; sanitize_mark_insn_seen() local 14455 struct bpf_verifier_state *vstate = env->cur_state; adjust_ptr_min_max_vals() local 15408 struct bpf_verifier_state *vstate = env->cur_state; adjust_reg_min_max_vals() local 15786 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 16391 mark_ptr_or_null_regs(struct bpf_verifier_state * vstate,u32 regno,bool is_null) mark_ptr_or_null_regs() argument 16538 collect_linked_regs(struct bpf_verifier_state * vstate,u32 id,struct linked_regs * linked_regs) collect_linked_regs() argument 16564 sync_linked_regs(struct bpf_verifier_state * vstate,struct bpf_reg_state * known_reg,struct linked_regs * linked_regs) sync_linked_regs() argument 19032 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() argument
|