Home
last modified time | relevance | path

Searched refs:get_access_type (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/mm/kfence/
H A Dreport.c180 static const char *get_access_type(bool is_write) in get_access_type() function
223 pr_err("BUG: KFENCE: out-of-bounds %s in %pS\n\n", get_access_type(is_write), in kfence_report_error()
226 get_access_type(is_write), (void *)address, in kfence_report_error()
232 pr_err("BUG: KFENCE: use-after-free %s in %pS\n\n", get_access_type(is_write), in kfence_report_error()
235 get_access_type(is_write), (void *)address, object_index); in kfence_report_error()
244 pr_err("BUG: KFENCE: invalid %s in %pS\n\n", get_access_type(is_write), in kfence_report_error()
246 pr_err("Invalid %s at 0x%p:\n", get_access_type(is_write), in kfence_report_error()
H A 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()
/kernel/linux/linux-5.10/kernel/kcsan/
H A Dreport.c206 static const char *get_access_type(int type) in get_access_type() function
389 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report()
403 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
409 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
/kernel/linux/linux-6.6/kernel/kcsan/
H A 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()

Completed in 4 milliseconds