Home
last modified time | relevance | path

Searched defs:vstate (Results 1 – 5 of 5) 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
/linux/arch/riscv/kernel/
H A Dkernel_mode_vector.c171 struct __riscv_v_ext_state *vstate = &current->thread.kernel_vstate; in riscv_v_context_nesting_end() local
/linux/tools/perf/util/
H A Dpmus.c575 static int perf_pmus__print_pmu_events__callback(void *vstate, in perf_pmus__print_pmu_events__callback()
/linux/kernel/bpf/
H A Dverifier.c3969 struct bpf_verifier_state *vstate = env->cur_state; check_reg_arg() local
5495 struct bpf_verifier_state *vstate = env->cur_state; mark_reg_stack_read() local
5535 struct bpf_verifier_state *vstate = env->cur_state; check_stack_read_fixed_off() local
5873 struct bpf_verifier_state *vstate = env->cur_state; check_mem_region_access() local
6218 struct bpf_verifier_state *vstate = env->cur_state; check_map_access() local
10526 mark_pkt_end(struct bpf_verifier_state * vstate,int regn,bool range_open) mark_pkt_end() argument
10569 struct bpf_verifier_state *vstate = env->cur_state; release_reference() local
14632 struct bpf_verifier_state *vstate = env->cur_state; sanitize_ptr_alu() local
14721 struct bpf_verifier_state *vstate = env->cur_state; sanitize_mark_insn_seen() local
14846 struct bpf_verifier_state *vstate = env->cur_state; adjust_ptr_min_max_vals() local
16182 struct bpf_verifier_state *vstate = env->cur_state; adjust_reg_min_max_vals() local
16582 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
17222 mark_ptr_or_null_regs(struct bpf_verifier_state * vstate,u32 regno,bool is_null) mark_ptr_or_null_regs() argument
17370 collect_linked_regs(struct bpf_verifier_env * env,struct bpf_verifier_state * vstate,u32 id,struct linked_regs * linked_regs) collect_linked_regs() argument
17402 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/include/net/netfilter/
H A Dnf_tables.h1160 struct nft_chain_validate_state vstate; member