/kernel/linux/linux-5.10/mm/kasan/ |
H A D | generic_report.c | 133 kasan_report(addr, size, false, _RET_IP_); \ 140 kasan_report(addr, size, true, _RET_IP_); \ 157 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort() 163 kasan_report(addr, size, true, _RET_IP_); in __asan_report_store_n_noabort()
|
H A D | tags.c | 89 return !kasan_report(addr, size, write, ret_ip); in check_memory_region() 116 return !kasan_report(addr, size, write, ret_ip); in check_memory_region() 122 return !kasan_report(addr, size, write, ret_ip); in check_memory_region()
|
H A D | generic.c | 176 return !kasan_report(addr, size, write, ret_ip); in check_memory_region_inline() 181 return !kasan_report(addr, size, write, ret_ip); in check_memory_region_inline() 185 return !kasan_report(addr, size, write, ret_ip); in check_memory_region_inline() 192 return !kasan_report(addr, size, write, ret_ip); in check_memory_region_inline()
|
H A D | kasan.h | 173 bool kasan_report(unsigned long addr, size_t size,
|
H A D | report.c | 547 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report() function
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | sw_tags.c | 84 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 110 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 115 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range() 174 kasan_report(addr, 1 << (access_info & 0xf), access_info & 0x10, in kasan_tag_mismatch()
|
H A D | report_generic.c | 367 kasan_report(addr, size, false, _RET_IP_); \ 374 kasan_report(addr, size, true, _RET_IP_); \ 391 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort() 397 kasan_report(addr, size, true, _RET_IP_); in __asan_report_store_n_noabort()
|
H A D | generic.c | 173 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 176 return !kasan_report(addr, size, write, ret_ip); in check_region_inline() 181 return !kasan_report(addr, size, write, ret_ip); in check_region_inline()
|
H A D | common.c | 448 kasan_report(address, 1, false, ip); in __kasan_check_byte()
|
H A D | kasan.h | 353 bool kasan_report(const void *addr, size_t size,
|
H A D | report.c | 560 * kasan_report() is the only reporting function that uses 564 bool kasan_report(const void *addr, size_t size, bool is_write, in kasan_report() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kasan.h | 201 bool kasan_report(unsigned long addr, size_t size,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kasan.h | 342 * kasan_report - print a report about a bad memory access detected by KASAN 348 bool kasan_report(const void *addr, size_t size,
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | traps.c | 942 kasan_report(addr, size, write, pc); in kasan_handler()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | traps.c | 1109 kasan_report(addr, size, write, pc); in kasan_handler()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | fault.c | 334 kasan_report((void *)addr, 0, is_write, regs->pc); in report_tag_fault()
|