Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds