Searched refs:kasan_report (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/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 | 114 kasan_report(addr, size, write, ret_ip); in check_memory_region() 121 kasan_report(addr, size, write, ret_ip); in check_memory_region()
|
D | generic.c | 178 kasan_report(addr, size, write, ret_ip); in check_memory_region_inline() 185 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
|
/Linux-v5.4/include/linux/ |
D | kasan.h | 183 void kasan_report(unsigned long addr, size_t size,
|
/Linux-v5.4/arch/arm64/kernel/ |
D | traps.c | 987 kasan_report(addr, size, write, pc); in kasan_handler()
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kasan.rst | 72 kasan_report+0x144/0x187
|