Home
last modified time | relevance | path

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

/xnu-8020.101.4/san/memory/
H A Dkasan-report.c103 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 Dkasan_internal.h140 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 Dkasan-tbi.c147 …sue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violation_t __unused reason) in kasan_impl_decode_issue()
314 static violation_t
348 violation_t reason = kasan_tbi_estimate_reason(tag, *p); in kasan_check_range()
H A Dkasan-classic.c199 …decode_issue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violation_t reason) in kasan_impl_decode_issue()