Searched refs:bpf_reg_state (Results 1 – 5 of 5) sorted by relevance
50 const struct bpf_reg_state *reg2) in nfp_record_adjust_head()85 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()125 const struct bpf_reg_state *reg, in nfp_bpf_stack_arg_ok()159 u32 helper_tgt, const struct bpf_reg_state *reg1) in nfp_bpf_map_call_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()314 const struct bpf_reg_state *reg0 = cur_regs(env) + BPF_REG_0; in nfp_bpf_check_exit()345 const struct bpf_reg_state *reg, in nfp_bpf_check_stack_access()[all …]
250 struct bpf_reg_state reg;305 struct bpf_reg_state ptr;326 struct bpf_reg_state arg1;
43 struct bpf_reg_state { struct125 struct bpf_reg_state *parent; argument153 struct bpf_reg_state spilled_ptr; argument172 struct bpf_reg_state regs[MAX_BPF_REG];408 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs()
341 static bool reg_may_point_to_spin_lock(const struct bpf_reg_state *reg) in reg_may_point_to_spin_lock()426 const struct bpf_reg_state *reg) in func()436 const struct bpf_reg_state *reg; in print_verifier_state()855 static void __mark_reg_not_init(struct bpf_reg_state *reg);860 static void __mark_reg_known(struct bpf_reg_state *reg, u64 imm) in __mark_reg_known()864 offsetof(struct bpf_reg_state, var_off) - sizeof(reg->type)); in __mark_reg_known()875 static void __mark_reg_known_zero(struct bpf_reg_state *reg) in __mark_reg_known_zero()880 static void __mark_reg_const_zero(struct bpf_reg_state *reg) in __mark_reg_const_zero()887 struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero()899 static bool reg_is_pkt_pointer(const struct bpf_reg_state *reg) in reg_is_pkt_pointer()[all …]
1116 This is done with 'struct bpf_reg_state', defined in include/linux/