Home
last modified time | relevance | path

Searched refs:reg_type_str (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str() function
688 verbose(env, "%s", reg_type_str(env, t)); in print_reg_state()
H A Dverifier.c5955 reg_type_str(env, reg->type), regno, reg->off); in __check_ptr_off_reg()
5961 reg_type_str(env, reg->type), regno, reg->off); in __check_ptr_off_reg()
5970 reg_type_str(env, reg->type), tn_buf); in __check_ptr_off_reg()
6049 reg_type_str(env, reg->type), reg_name); in map_kptr_match_type()
6050 verbose(env, "expected=%s%s", reg_type_str(env, PTR_TO_BTF_ID), targ_name); in map_kptr_match_type()
6052 verbose(env, " or %s%s\n", reg_type_str(env, PTR_TO_BTF_ID | PTR_UNTRUSTED), in map_kptr_match_type()
6470 regno, reg_type_str(env, reg->type), off, size); in check_sock_access()
7792 reg_type_str(env, reg->type)); in check_mem_access()
7798 regno, reg_type_str(env, reg->type)); in check_mem_access()
7912 regno, reg_type_str(env, reg->type)); in check_mem_access()
[all …]