Home
last modified time | relevance | path

Searched refs:kasan_report (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/mm/kasan/
H A Dsw_tags.c84 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 Dreport_generic.c367 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 Dgeneric.c173 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 Dcommon.c448 kasan_report(address, 1, false, ip); in __kasan_check_byte()
H A Dreport.c564 bool kasan_report(const void *addr, size_t size, bool is_write, in kasan_report() function
H A Dkasan.h353 bool kasan_report(const void *addr, size_t size,
/openbmc/linux/include/linux/
H A Dkasan.h348 bool kasan_report(const void *addr, size_t size,
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkasan.rst148 kasan_report+0x144/0x187
/openbmc/linux/arch/arm64/mm/
H A Dfault.c334 kasan_report((void *)addr, 0, is_write, regs->pc); in report_tag_fault()
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c1109 kasan_report(addr, size, write, pc); in kasan_handler()
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst177 kasan_report+0x144/0x187