Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_msan.c111 static bool kmsan_reporting = false; variable
159 if (__predict_false(panicstr != NULL || db_active || kmsan_reporting)) in kmsan_report_hook()
162 kmsan_reporting = true; in kmsan_report_hook()
218 kmsan_reporting = false; in kmsan_report_hook()
232 if (__predict_false(panicstr != NULL || db_active || kmsan_reporting)) in kmsan_report_inline()
235 kmsan_reporting = true; in kmsan_report_inline()
270 kmsan_reporting = false; in kmsan_report_inline()