Searched refs:off_first (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/mm/kmsan/ |
A D | report.c | 149 int off_first, int off_last, const void *user_addr, in kmsan_report() argument 198 if (off_first == off_last) in kmsan_report() 199 pr_err("Byte %d of %d is uninitialized\n", off_first, in kmsan_report() 203 off_first, off_last, size); in kmsan_report()
|
A D | kmsan.h | 99 int off_first, int off_last, const void *user_addr,
|
Completed in 4 milliseconds