Lines Matching defs:regno
235 int regno; member
1063 struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero()
1350 struct bpf_reg_state *regs, u32 regno) in mark_reg_unknown()
1370 struct bpf_reg_state *regs, u32 regno) in mark_reg_not_init()
1383 struct bpf_reg_state *regs, u32 regno, in mark_btf_ld_reg()
1607 u32 regno, struct bpf_reg_state *reg, enum reg_arg_type t) in is_reg64()
1717 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno, in check_reg_arg()
2019 static int __mark_chain_precision(struct bpf_verifier_env *env, int regno, in __mark_chain_precision()
2181 static int mark_chain_precision(struct bpf_verifier_env *env, int regno) in mark_chain_precision()
2526 static int check_map_access_type(struct bpf_verifier_env *env, u32 regno, in check_map_access_type()
2549 static int __check_mem_access(struct bpf_verifier_env *env, int regno, in __check_mem_access()
2581 static int check_mem_region_access(struct bpf_verifier_env *env, u32 regno, in check_mem_region_access()
2640 static int check_map_access(struct bpf_verifier_env *env, u32 regno, in check_map_access()
2720 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access()
2808 u32 regno, int off, int size, in check_sock_access()
2852 static struct bpf_reg_state *reg_state(struct bpf_verifier_env *env, int regno) in reg_state()
2857 static bool is_pointer_value(struct bpf_verifier_env *env, int regno) in is_pointer_value()
2862 static bool is_ctx_reg(struct bpf_verifier_env *env, int regno) in is_ctx_reg()
2869 static bool is_sk_reg(struct bpf_verifier_env *env, int regno) in is_sk_reg()
2876 static bool is_pkt_reg(struct bpf_verifier_env *env, int regno) in is_pkt_reg()
2883 static bool is_flow_key_reg(struct bpf_verifier_env *env, int regno) in is_flow_key_reg()
3134 const struct bpf_reg_state *reg, int regno) in check_ctx_reg()
3160 int regno, int off, int size) in __check_buffer_access()
3183 int regno, int off, int size) in check_tp_buffer_access()
3199 int regno, int off, int size, in check_buffer_access()
3291 int regno, int off, int size, in check_ptr_to_btf_access()
3341 int regno, int off, int size, in check_ptr_to_map_access()
3401 static int check_mem_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, in check_mem_access()
3643 static int __check_stack_boundary(struct bpf_verifier_env *env, u32 regno, in __check_stack_boundary()
3672 static int check_stack_boundary(struct bpf_verifier_env *env, int regno, in check_stack_boundary()
3790 static int check_helper_mem_access(struct bpf_verifier_env *env, int regno, in check_helper_mem_access()
3859 static int process_spin_lock(struct bpf_verifier_env *env, int regno, in process_spin_lock()
4077 static int check_reg_type(struct bpf_verifier_env *env, u32 regno, in check_reg_type()
4139 u32 regno = BPF_REG_1 + arg; in check_func_arg() local
7294 static void mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, in mark_ptr_or_null_regs()