Home
last modified time | relevance | path

Searched refs:cur_regs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c85 const struct bpf_reg_state *reg1 = cur_regs(env) + BPF_REG_1; in nfp_bpf_map_update_value_ok()
86 const struct bpf_reg_state *reg3 = cur_regs(env) + BPF_REG_3; in nfp_bpf_map_update_value_ok()
174 const struct bpf_reg_state *reg1 = cur_regs(env) + BPF_REG_1; in nfp_bpf_check_helper_call()
175 const struct bpf_reg_state *reg2 = cur_regs(env) + BPF_REG_2; in nfp_bpf_check_helper_call()
176 const struct bpf_reg_state *reg3 = cur_regs(env) + BPF_REG_3; in nfp_bpf_check_helper_call()
261 reg1 = cur_regs(env) + BPF_REG_4; in nfp_bpf_check_helper_call()
314 const struct bpf_reg_state *reg0 = cur_regs(env) + BPF_REG_0; in nfp_bpf_check_exit()
454 const struct bpf_reg_state *reg = cur_regs(env) + reg_no; in nfp_bpf_check_ptr()
505 const struct bpf_reg_state *reg = cur_regs(env) + meta->insn.dst_reg; in nfp_bpf_check_store()
529 const struct bpf_reg_state *sreg = cur_regs(env) + meta->insn.src_reg; in nfp_bpf_check_xadd()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h487 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs() function
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c2636 return cur_regs(env) + regno; in reg_state()
2770 struct bpf_reg_state *regs = cur_regs(env); in check_map_access_type()
2800 reg = &cur_regs(env)[regno]; in __check_mem_access()
2964 struct bpf_reg_state *regs = cur_regs(env); in check_packet_access()
3054 struct bpf_reg_state *regs = cur_regs(env); in check_sock_access()
3681 struct bpf_reg_state *regs = cur_regs(env); in check_stack_access_within_bounds()
3745 struct bpf_reg_state *regs = cur_regs(env); in check_mem_access()
4123 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_helper_mem_access()
4193 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in process_spin_lock()
4412 struct bpf_reg_state *regs = cur_regs(env), *reg = &regs[regno]; in check_reg_type()
[all …]