Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_asan.c1218 __asan_allocas_unpoison(const void *stkbegin, const void *stkend) in __asan_allocas_unpoison() argument
1222 if (__predict_false(!stkbegin)) in __asan_allocas_unpoison()
1224 if (__predict_false((uintptr_t)stkbegin > (uintptr_t)stkend)) in __asan_allocas_unpoison()
1226 size = (uintptr_t)stkend - (uintptr_t)stkbegin; in __asan_allocas_unpoison()
1228 kasan_shadow_Nbyte_fill(stkbegin, size, 0); in __asan_allocas_unpoison()