Searched refs:kasan_report_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/san/memory/ |
| H A D | kasan-report.c | 103 kasan_report_internal(uptr p, uptr width, access_t access, violation_t reason, bool dopanic) in kasan_report_internal() function 120 kasan_report_internal(p, width, access, reason, true); in kasan_panic_report_internal() 126 kasan_report_internal(p, width, access, reason, false); in kasan_log_report_internal()
|