Lines Matching defs:env
14 #define verbose(env, fmt, args...) bpf_verifier_log_write(env, fmt, ##args) argument
304 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write()
333 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo()
381 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo()
440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str()
542 static void print_liveness(struct bpf_verifier_env *env, in print_liveness()
569 static void verbose_unum(struct bpf_verifier_env *env, u64 num) in verbose_unum()
577 static void verbose_snum(struct bpf_verifier_env *env, s64 num) in verbose_snum()
598 static void print_scalar_ranges(struct bpf_verifier_env *env, in print_scalar_ranges()
680 static void print_reg_state(struct bpf_verifier_env *env, in print_reg_state()
756 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state, in print_verifier_state()
867 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_func_state *state) in print_insn_state()