Lines Matching defs:regno
202 int regno; member
887 struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero()
1005 struct bpf_reg_state *regs, u32 regno) in mark_reg_unknown()
1028 struct bpf_reg_state *regs, u32 regno) in mark_reg_not_init()
1248 u32 regno, struct bpf_reg_state *reg, enum reg_arg_type t) in is_reg64()
1358 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno, in check_reg_arg()
1660 static int __mark_chain_precision(struct bpf_verifier_env *env, int regno, in __mark_chain_precision()
1823 static int mark_chain_precision(struct bpf_verifier_env *env, int regno) in mark_chain_precision()
2128 static int check_map_access_type(struct bpf_verifier_env *env, u32 regno, in check_map_access_type()
2151 static int __check_map_access(struct bpf_verifier_env *env, u32 regno, int off, in __check_map_access()
2167 static int check_map_access(struct bpf_verifier_env *env, u32 regno, in check_map_access()
2278 static int __check_packet_access(struct bpf_verifier_env *env, u32 regno, in __check_packet_access()
2293 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access()
2375 u32 regno, int off, int size, in check_sock_access()
2428 static struct bpf_reg_state *reg_state(struct bpf_verifier_env *env, int regno) in reg_state()
2433 static bool is_pointer_value(struct bpf_verifier_env *env, int regno) in is_pointer_value()
2438 static bool is_ctx_reg(struct bpf_verifier_env *env, int regno) in is_ctx_reg()
2445 static bool is_sk_reg(struct bpf_verifier_env *env, int regno) in is_sk_reg()
2452 static bool is_pkt_reg(struct bpf_verifier_env *env, int regno) in is_pkt_reg()
2459 static bool is_flow_key_reg(struct bpf_verifier_env *env, int regno) in is_flow_key_reg()
2670 const struct bpf_reg_state *reg, int regno) in check_ctx_reg()
2695 int regno, int off, int size) in check_tp_buffer_access()
2748 static int check_mem_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, in check_mem_access()
2933 static int __check_stack_boundary(struct bpf_verifier_env *env, u32 regno, in __check_stack_boundary()
2962 static int check_stack_boundary(struct bpf_verifier_env *env, int regno, in check_stack_boundary()
3087 static int check_helper_mem_access(struct bpf_verifier_env *env, int regno, in check_helper_mem_access()
3130 static int process_spin_lock(struct bpf_verifier_env *env, int regno, in process_spin_lock()
3225 static int check_func_arg(struct bpf_verifier_env *env, u32 regno, in check_func_arg()
5672 static void mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, in mark_ptr_or_null_regs()