Home
last modified time | relevance | path

Searched refs:get_bug_type (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/kcsan/
Dreport.c248 static const char *get_bug_type(int type) in get_bug_type() function
369 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report()
375 pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type), in print_report()
/kernel/linux/linux-5.10/mm/kasan/
Dtags_report.c37 const char *get_bug_type(struct kasan_access_info *info) in get_bug_type() function
Dgeneric_report.c112 const char *get_bug_type(struct kasan_access_info *info) in get_bug_type() function
Dkasan.h167 const char *get_bug_type(struct kasan_access_info *info);
Dreport.c75 get_bug_type(info), (void *)info->ip); in print_error_description()