Lines Matching defs:env
636 struct bpf_verifier_env *env; member
741 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux()
746 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info()
766 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
773 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs()
882 static inline void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched()
887 static inline void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched()
892 static inline bool reg_scratched(const struct bpf_verifier_env *env, u32 regno) in reg_scratched()
897 static inline bool stack_slot_scratched(const struct bpf_verifier_env *env, u64 regno) in stack_slot_scratched()
902 static inline bool verifier_state_scratched(const struct bpf_verifier_env *env) in verifier_state_scratched()
907 static inline void mark_verifier_state_clean(struct bpf_verifier_env *env) in mark_verifier_state_clean()
914 static inline void mark_verifier_state_scratched(struct bpf_verifier_env *env) in mark_verifier_state_scratched()