Home
last modified time | relevance | path

Searched defs:vstate (Results 1 – 7 of 7) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dvector.h306 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 Dprocessor.h117 struct __riscv_v_ext_state vstate; member
/linux/arch/riscv/kernel/
H A Dptrace.c99 struct __riscv_v_ext_state *vstate = &target->thread.vstate; in riscv_vr_get() local
131 invalid_ptrace_v_csr(struct __riscv_v_ext_state * vstate,struct __riscv_v_regset_state * ptrace) invalid_ptrace_v_csr() argument
223 struct __riscv_v_ext_state *vstate = &target->thread.vstate; riscv_vr_set() local
[all...]
H A Dkernel_mode_vector.c171 struct __riscv_v_ext_state *vstate = &current->thread.kernel_vstate; in riscv_v_context_nesting_end() local
/linux/kernel/bpf/
H A Dverifier.c3488 struct bpf_verifier_state *vstate = env->cur_state; check_reg_arg() local
4067 struct bpf_verifier_state *vstate = env->cur_state; mark_reg_stack_read() local
4107 struct bpf_verifier_state *vstate = env->cur_state; check_stack_read_fixed_off() local
4454 struct bpf_verifier_state *vstate = env->cur_state; check_mem_region_access() local
4802 struct bpf_verifier_state *vstate = env->cur_state; check_map_access() local
9163 mark_pkt_end(struct bpf_verifier_state * vstate,int regn,bool range_open) mark_pkt_end() argument
9206 struct bpf_verifier_state *vstate = env->cur_state; release_reference() local
13538 struct bpf_verifier_state *vstate = env->cur_state; sanitize_ptr_alu() local
13627 struct bpf_verifier_state *vstate = env->cur_state; sanitize_mark_insn_seen() local
13749 struct bpf_verifier_state *vstate = env->cur_state; adjust_ptr_min_max_vals() local
15068 struct bpf_verifier_state *vstate = env->cur_state; adjust_reg_min_max_vals() local
15422 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
16060 mark_ptr_or_null_regs(struct bpf_verifier_state * vstate,u32 regno,bool is_null) mark_ptr_or_null_regs() argument
16208 collect_linked_regs(struct bpf_verifier_env * env,struct bpf_verifier_state * vstate,u32 id,struct linked_regs * linked_regs) collect_linked_regs() argument
16240 sync_linked_regs(struct bpf_verifier_env * env,struct bpf_verifier_state * vstate,struct bpf_reg_state * known_reg,struct linked_regs * linked_regs) sync_linked_regs() argument
[all...]
/linux/tools/perf/util/
H A Dpmus.c575 perf_pmus__print_pmu_events__callback(void * vstate,struct pmu_event_info * info) perf_pmus__print_pmu_events__callback() argument
/linux/include/net/netfilter/
H A Dnf_tables.h1155 struct nft_chain_validate_state vstate; member