Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dasan.c46 static bool asan_active; variable
175 assert(asan_va_base && !asan_active); in asan_start()
176 asan_active = true; in asan_start()
299 if (!asan_active) in check_access()