Lines Matching defs:env
13 #define verbose(env, fmt, args...) bpf_verifier_log_write(env, fmt, ##args) argument
303 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write()
332 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo()
360 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo()
398 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str()
499 static void print_liveness(struct bpf_verifier_env *env, in print_liveness()
526 static void verbose_unum(struct bpf_verifier_env *env, u64 num) in verbose_unum()
534 static void verbose_snum(struct bpf_verifier_env *env, s64 num) in verbose_snum()
555 static void print_scalar_ranges(struct bpf_verifier_env *env, in print_scalar_ranges()
637 static void print_reg_state(struct bpf_verifier_env *env, in print_reg_state()
710 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state, in print_verifier_state()
821 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_func_state *state) in print_insn_state()