Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan.h140 extern void kcsan_report(const volatile void *ptr, size_t size, int access_type,
H A Dcore.c378 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 Dreport.c596 void kcsan_report(const volatile void *ptr, size_t size, int access_type, in kcsan_report() function