Searched refs:kcsan_report (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | kcsan.h | 140 extern void kcsan_report(const volatile void *ptr, size_t size, int access_type,
|
| H A D | core.c | 378 kcsan_report(ptr, size, type, KCSAN_VALUE_CHANGE_MAYBE, in kcsan_found_watchpoint() 564 kcsan_report(ptr, size, type, value_change, KCSAN_REPORT_RACE_SIGNAL, in kcsan_setup_watchpoint() 574 kcsan_report(ptr, size, type, KCSAN_VALUE_CHANGE_TRUE, in kcsan_setup_watchpoint()
|
| H A D | report.c | 596 void kcsan_report(const volatile void *ptr, size_t size, int access_type, in kcsan_report() function
|