Searched refs:asan_memcpy_unchecked (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/include/kernel/ |
A D | asan.h | 30 void *asan_memcpy_unchecked(void *__restrict s1, const void *__restrict s2, 51 static inline void *asan_memcpy_unchecked(void *__restrict s1, in asan_memcpy_unchecked() function
|
/optee_os-3.20.0/core/kernel/ |
A D | asan.c | 149 void *asan_memcpy_unchecked(void *__restrict dst, const void *__restrict src, in asan_memcpy_unchecked() function
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | boot.c | 479 asan_memcpy_unchecked(hashes, tmp_hashes, hash_size); in init_runtime() 504 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_runtime()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget_malloc.c | 107 return asan_memcpy_unchecked(dst, src, n); in memcpy_unchecked()
|
Completed in 11 milliseconds