Home
last modified time | relevance | path

Searched refs:off_first (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/kmsan/
H A Dreport.c149 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()
H A Dkmsan.h99 int off_first, int off_last, const void *user_addr,