Home
last modified time | relevance | path

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

/openbmc/linux/mm/kmsan/
H A Dcore.c326 int cur_off_start = -1; in kmsan_internal_check_memory() local
346 cur_off_start, pos - 1, user_addr, in kmsan_internal_check_memory()
351 cur_off_start = -1; in kmsan_internal_check_memory()
364 cur_off_start, pos + i - 1, in kmsan_internal_check_memory()
369 cur_off_start = -1; in kmsan_internal_check_memory()
384 cur_off_start, pos + i - 1, in kmsan_internal_check_memory()
389 cur_off_start = pos + i; in kmsan_internal_check_memory()
397 kmsan_report(cur_origin, addr, size, cur_off_start, pos - 1, in kmsan_internal_check_memory()