Searched refs:violation_t (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/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() 118 kasan_panic_report_internal(uptr p, uptr width, access_t access, violation_t reason) in kasan_panic_report_internal() 124 kasan_log_report_internal(uptr p, uptr width, access_t access, violation_t reason) in kasan_log_report_internal() 132 kasan_crash_report(uptr p, uptr width, access_t access, violation_t reason) in kasan_crash_report() 141 kasan_log_report(uptr p, uptr width, access_t access, violation_t reason) in kasan_log_report() 177 kasan_violation(uintptr_t addr, size_t size, access_t access, violation_t reason) in kasan_violation()
|
| H A D | kasan_internal.h | 140 typedef enum kasan_violation_types violation_t; typedef 147 void kasan_impl_report_internal(uptr, uptr, access_t, violation_t, bool); 198 void kasan_violation(uintptr_t, size_t, access_t, violation_t); 199 size_t kasan_impl_decode_issue(char *, size_t, uptr, uptr, access_t, violation_t); 200 void NOINLINE OS_NORETURN kasan_crash_report(uptr, uptr, access_t, violation_t);
|
| H A D | kasan-tbi.c | 147 …sue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violation_t __unused reason) in kasan_impl_decode_issue() 332 static violation_t 366 violation_t reason = kasan_tbi_estimate_reason(tag, *p); in kasan_check_range()
|
| H A D | kasan-classic.c | 199 …decode_issue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violation_t reason) in kasan_impl_decode_issue()
|