Searched refs:off_first (Results 1 – 2 of 2) sorted by relevance
/linux/mm/kmsan/ |
H A D | report.c | 151 int off_first, int off_last, const void __user *user_addr, in kmsan_report() argument 200 if (off_first == off_last) in kmsan_report() 201 pr_err("Byte %d of %d is uninitialized\n", off_first, in kmsan_report() 205 off_first, off_last, size); in kmsan_report()
|
H A D | kmsan.h | 76 int off_first, int off_last, const void __user *user_addr,
|