Searched defs:regno (Results 1 – 1 of 1) sorted by relevance
| /kernel/bpf/ |
| D | verifier.c | 152 int regno; member 604 static void mark_reg_known_zero(struct bpf_reg_state *regs, u32 regno) in mark_reg_known_zero() 692 static void mark_reg_unknown(struct bpf_reg_state *regs, u32 regno) in mark_reg_unknown() 710 static void mark_reg_not_init(struct bpf_reg_state *regs, u32 regno) in mark_reg_not_init() 746 static void mark_reg_read(const struct bpf_verifier_state *state, u32 regno) in mark_reg_read() 765 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno, in check_reg_arg() 971 static int __check_map_access(struct bpf_verifier_env *env, u32 regno, int off, in __check_map_access() 986 static int check_map_access(struct bpf_verifier_env *env, u32 regno, in check_map_access() 1063 static int __check_packet_access(struct bpf_verifier_env *env, u32 regno, in __check_packet_access() 1077 static int check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, in check_packet_access() [all …]
|