Home
last modified time | relevance | path

Searched refs:cur_off_start (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/mm/kmsan/
H A Dcore.c319 int cur_off_start = -1; in kmsan_internal_check_memory() local
339 cur_off_start, pos - 1, user_addr, in kmsan_internal_check_memory()
344 cur_off_start = -1; in kmsan_internal_check_memory()
357 cur_off_start, pos + i - 1, in kmsan_internal_check_memory()
362 cur_off_start = -1; in kmsan_internal_check_memory()
377 cur_off_start, pos + i - 1, in kmsan_internal_check_memory()
382 cur_off_start = pos + i; in kmsan_internal_check_memory()
390 kmsan_report(cur_origin, addr, size, cur_off_start, pos - 1, in kmsan_internal_check_memory()

Completed in 2 milliseconds