Lines Matching defs:regno
188 int regno; member
580 struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero()
695 struct bpf_reg_state *regs, u32 regno) in mark_reg_unknown()
714 struct bpf_reg_state *regs, u32 regno) in mark_reg_not_init()
883 u32 regno) in skip_callee()
930 u32 regno) in mark_reg_read()
954 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno, in check_reg_arg()
1237 static int __check_map_access(struct bpf_verifier_env *env, u32 regno, int off, in __check_map_access()
1253 static int check_map_access(struct bpf_verifier_env *env, u32 regno, in check_map_access()
1334 static int __check_packet_access(struct bpf_verifier_env *env, u32 regno, in __check_packet_access()
1349 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access()
1416 static bool is_pointer_value(struct bpf_verifier_env *env, int regno) in is_pointer_value()
1421 static bool is_ctx_reg(struct bpf_verifier_env *env, int regno) in is_ctx_reg()
1428 static bool is_pkt_reg(struct bpf_verifier_env *env, int regno) in is_pkt_reg()
1622 const struct bpf_reg_state *reg, int regno) in check_ctx_reg()
1674 static int check_mem_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, in check_mem_access()
1845 static int check_stack_boundary(struct bpf_verifier_env *env, int regno, in check_stack_boundary()
1917 static int check_helper_mem_access(struct bpf_verifier_env *env, int regno, in check_helper_mem_access()
1950 static int check_func_arg(struct bpf_verifier_env *env, u32 regno, in check_func_arg()
3667 static void mark_map_reg(struct bpf_reg_state *regs, u32 regno, u32 id, in mark_map_reg()
3702 static void mark_map_regs(struct bpf_verifier_state *vstate, u32 regno, in mark_map_regs()