Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c491 const char *dynptr_type_str(enum bpf_dynptr_type type) in dynptr_type_str() function
730 verbose_a("type=%s", dynptr_type_str(reg->dynptr.type)); in print_reg_state()
806 verbose(env, "=dynptr_%s(", dynptr_type_str(reg->dynptr.type)); in print_verifier_state()
H A Dverifier.c8919 dynptr_type_str(arg_to_dynptr_type(arg_type)), regno - 1); in process_dynptr_func()