Searched refs:access_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.1.13/san/memory/ |
| H A D | kasan_internal.h | 138 typedef enum kasan_access_types access_t; typedef 146 void kasan_impl_report_internal(uptr, uptr, access_t, violation_t, bool); 164 bool kasan_check_enabled(access_t); 165 bool kasan_impl_check_enabled(access_t); 166 void kasan_check_range(const void *, size_t, access_t); 170 bool kasan_is_blacklisted(access_t); 197 void kasan_violation(uintptr_t, size_t, access_t, violation_t); 198 size_t kasan_impl_decode_issue(char *, size_t, uptr, uptr, access_t, violation_t); 199 void NOINLINE OS_NORETURN kasan_crash_report(uptr, uptr, access_t, violation_t);
|
| 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_dynamic_blacklist.c | 30 access_t type_mask; 40 static access_t blacklisted_types; /* bitmap of access types with blacklist entries */ 350 kasan_is_blacklisted(access_t type) in kasan_is_blacklisted() 465 add_blacklist_entry(const char *kext, const char *func, access_t type) in add_blacklist_entry() 498 const access_t type; 529 static inline access_t 561 access_t type = TYPE_NORMAL; in kasan_init_dybl() 588 kasan_is_blacklisted(access_t __unused type) in kasan_is_blacklisted()
|
| H A D | kasan-tbi.c | 159 kasan_tbi_decode_access(access_t access) in kasan_tbi_decode_access() 172 kasan_impl_decode_issue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violatio… in kasan_impl_decode_issue() 189 access_t access; in kasan_handle_brk_failure() 350 kasan_check_range(const void *a, size_t sz, access_t access) in kasan_check_range()
|
| H A D | kasan-classic.c | 166 kasan_classic_access_to_str(access_t type) in kasan_classic_access_to_str() 201 kasan_impl_decode_issue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violatio… in kasan_impl_decode_issue() 358 kasan_check_range(const void *x, size_t sz, access_t access) in kasan_check_range()
|
| H A D | kasan.c | 119 kasan_check_enabled(access_t access) in kasan_check_enabled()
|