Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dhibernate_restore.c59 __nosan_memcpy(d, s, len); in hibernate_restore_phys_page()
/xnu-8019.80.24/san/memory/
H A Dkasan-memintrinsics.c60 return __nosan_memcpy(dst, src, sz); in __asan_memcpy()
H A Dmemintrinsics.h37 __nosan_memcpy(void *dst __sized_by(sz), const void *src __sized_by(sz), size_t sz) in __nosan_memcpy() function
/xnu-8019.80.24/osfmk/arm64/
H A Dhibernate_restore.c59 __nosan_memcpy(d, (void*)src, len); in hibernate_restore_phys_page()
124 __nosan_memcpy(scratch, src, compressedSize); in pal_hib_decompress_page()
/xnu-8019.80.24/iokit/Kernel/
H A DIOHibernateRestoreKernel.c498 __nosan_memcpy(scratch->curPage + scratch->curPagePos, buffer, toCopy); in hibernate_scratch_io()
501 __nosan_memcpy(buffer, scratch->curPage + scratch->curPagePos, toCopy); in hibernate_scratch_io()
623 __nosan_memcpy(gIOHibernateCurrentHeader, in hibernate_kernel_entrypoint()