Home
last modified time | relevance | path

Searched refs:get_access_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/mm/kfence/
Dreport.c181 static const char *get_access_type(bool is_write) in get_access_type() function
224 pr_err("BUG: KFENCE: out-of-bounds %s in %pS\n\n", get_access_type(is_write), in kfence_report_error()
227 get_access_type(is_write), (void *)address, in kfence_report_error()
233 pr_err("BUG: KFENCE: use-after-free %s in %pS\n\n", get_access_type(is_write), in kfence_report_error()
236 get_access_type(is_write), (void *)address, object_index); in kfence_report_error()
245 pr_err("BUG: KFENCE: invalid %s in %pS\n\n", get_access_type(is_write), in kfence_report_error()
247 pr_err("Invalid %s at 0x%p:\n", get_access_type(is_write), in kfence_report_error()
Dkfence_test.c89 static const char *get_access_type(const struct expect_report *r) in get_access_type() function
116 get_access_type(r)); in report_matches()
120 get_access_type(r)); in report_matches()
127 get_access_type(r)); in report_matches()
146 cur += scnprintf(cur, end - cur, "Out-of-bounds %s at", get_access_type(r)); in report_matches()
150 cur += scnprintf(cur, end - cur, "Use-after-free %s at", get_access_type(r)); in report_matches()
157 cur += scnprintf(cur, end - cur, "Invalid %s at", get_access_type(r)); in report_matches()
/linux-6.1.9/kernel/kcsan/
Dreport.c213 static const char *get_access_type(int type) in get_access_type() function
446 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report()
459 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
463 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()