Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dasan.h34 void *asan_memcpy_unchecked(void *__restrict s1, const void *__restrict s2,
55 static inline void *asan_memcpy_unchecked(void *__restrict s1, in asan_memcpy_unchecked() function
/optee_os/core/arch/arm/kernel/
H A Dboot.c510 asan_memcpy_unchecked(hashes, tmp_hashes, hash_size); in init_pager_runtime()
535 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_pager_runtime()
/optee_os/core/kernel/
H A Dasan.c160 void *asan_memcpy_unchecked(void *__restrict dst, const void *__restrict src, in asan_memcpy_unchecked() function
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c108 return asan_memcpy_unchecked(dst, src, n); in memcpy_unchecked()