Searched refs:kasan_report (Results 1 – 5 of 5) sorted by relevance
/mm/kasan/ |
D | generic_report.c | 118 kasan_report(addr, size, false, _RET_IP_); \ 125 kasan_report(addr, size, true, _RET_IP_); \ 142 kasan_report(addr, size, false, _RET_IP_); in __asan_report_load_n_noabort() 148 kasan_report(addr, size, true, _RET_IP_); in __asan_report_store_n_noabort()
|
D | tags.c | 113 kasan_report(addr, size, write, ret_ip); in check_memory_region() 120 kasan_report(addr, size, write, ret_ip); in check_memory_region()
|
D | generic.c | 177 kasan_report(addr, size, write, ret_ip); in check_memory_region_inline() 184 kasan_report(addr, size, write, ret_ip); in check_memory_region_inline()
|
D | kasan.h | 155 void kasan_report(unsigned long addr, size_t size,
|
D | common.c | 631 void kasan_report(unsigned long addr, size_t size, bool is_write, unsigned long ip) in kasan_report() function
|