Searched defs:vstate (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | processor.h | 84 struct __riscv_v_ext_state vstate; member
|
H A D | vector.h | 169 struct __riscv_v_ext_state *vstate = &task->thread.vstate; in riscv_v_vstate_save() local 180 struct __riscv_v_ext_state *vstate = &task->thread.vstate; in riscv_v_vstate_restore() local
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | ptrace.c | 92 struct __riscv_v_ext_state *vstate = &target->thread.vstate; in riscv_vr_get() local 124 struct __riscv_v_ext_state *vstate = &target->thread.vstate; riscv_vr_set() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmus.c | 407 static int perf_pmus__print_pmu_events__callback(void *vstate, in perf_pmus__print_pmu_events__callback() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_dpm.c | 825 struct amd_vce_state *vstate = NULL; in amdgpu_dpm_get_vce_clock_state() local
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 1738 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local 2710 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local 2761 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local 3049 struct bpf_verifier_state *vstate in check_mem_region_access() local 3107 struct bpf_verifier_state *vstate = env->cur_state; check_map_access() local 5290 mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) mark_pkt_end() argument 6052 struct bpf_verifier_state *vstate = env->cur_state; sanitize_ptr_alu() local 6141 struct bpf_verifier_state *vstate = env->cur_state; sanitize_mark_insn_seen() local 6267 struct bpf_verifier_state *vstate = env->cur_state; adjust_ptr_min_max_vals() local 7230 struct bpf_verifier_state *vstate = env->cur_state; adjust_reg_min_max_vals() local 7486 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 8077 mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) mark_ptr_or_null_regs() argument 8202 find_equal_scalars(struct bpf_verifier_state *vstate, struct bpf_reg_state *known_reg) find_equal_scalars() argument 9702 propagate_liveness(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, struct bpf_verifier_state *vparent) propagate_liveness() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 3384 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local 4791 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local 4843 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local 5141 struct bpf_verifier_state *vstate in check_mem_region_access() local 5399 struct bpf_verifier_state *vstate = env->cur_state; check_map_access() local 9114 mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) mark_pkt_end() argument 12237 struct bpf_verifier_state *vstate = env->cur_state; sanitize_ptr_alu() local 12326 struct bpf_verifier_state *vstate = env->cur_state; sanitize_mark_insn_seen() local 12452 struct bpf_verifier_state *vstate = env->cur_state; adjust_ptr_min_max_vals() local 13412 struct bpf_verifier_state *vstate = env->cur_state; adjust_reg_min_max_vals() local 13729 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 14320 mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) mark_ptr_or_null_regs() argument 14445 find_equal_scalars(struct bpf_verifier_state *vstate, struct bpf_reg_state *known_reg) find_equal_scalars() argument 16346 propagate_liveness(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, struct bpf_verifier_state *vparent) propagate_liveness() argument [all...] |
Completed in 27 milliseconds