Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/kcsan/
Dkcsan.h145 extern void kcsan_report(const volatile void *ptr, size_t size, int access_type,
Dcore.c382 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()
Dreport.c596 void kcsan_report(const volatile void *ptr, size_t size, int access_type, in kcsan_report() function