Searched refs:get_access_type (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/kfence/ |
| A D | report.c | 175 static const char *get_access_type(bool is_write) in get_access_type() function 218 pr_err("BUG: KFENCE: out-of-bounds %s in %pS\n\n", get_access_type(is_write), in kfence_report_error() 221 get_access_type(is_write), (void *)address, in kfence_report_error() 227 pr_err("BUG: KFENCE: use-after-free %s in %pS\n\n", get_access_type(is_write), in kfence_report_error() 230 get_access_type(is_write), (void *)address, object_index); in kfence_report_error() 239 pr_err("BUG: KFENCE: invalid %s in %pS\n\n", get_access_type(is_write), in kfence_report_error() 241 pr_err("Invalid %s at 0x%p:\n", get_access_type(is_write), in kfence_report_error()
|
| A D | kfence_test.c | 89 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/kernel/kcsan/ |
| A D | report.c | 213 static const char *get_access_type(int type) in get_access_type() function 432 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report() 446 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report() 450 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
|
Completed in 9 milliseconds