Searched refs:kcsan_report (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/kernel/kcsan/ |
| D | kcsan.h | 145 extern void kcsan_report(const volatile void *ptr, size_t size, int access_type,
|
| D | core.c | 382 kcsan_report(ptr, size, type, KCSAN_VALUE_CHANGE_MAYBE, in kcsan_found_watchpoint() 568 kcsan_report(ptr, size, type, value_change, KCSAN_REPORT_RACE_SIGNAL, in kcsan_setup_watchpoint() 578 kcsan_report(ptr, size, type, KCSAN_VALUE_CHANGE_TRUE, in kcsan_setup_watchpoint()
|
| D | report.c | 596 void kcsan_report(const volatile void *ptr, size_t size, int access_type, in kcsan_report() function
|