Searched refs:__nosan_bzero (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 456 __nosan_bzero(scratch, sizeof(*scratch)); in hibernate_scratch_init() 468 __nosan_bzero(&result, sizeof(result)); in hibernate_scratch_start_read() 541 __nosan_bzero((void *) dst, PAGE_SIZE); in store_one_page()
|
| /xnu-12377.41.6/san/memory/ |
| H A D | kasan-memintrinsics.c | 75 __nosan_bzero(dst, sz); in __asan_bzero()
|
| H A D | kasan-tbi.c | 432 __nosan_bzero(buf, n); in vm_memtag_bzero_unchecked()
|
| H A D | kasan-x86_64.c | 264 __nosan_bzero((void *)phys2virt(zero_superpage_phys), I386_LPGBYTES); in kasan_arch_init()
|
| H A D | memintrinsics.h | 70 __nosan_bzero(void *dst __sized_by(sz), size_t sz) in __nosan_bzero() function
|
| H A D | kasan-arm64.c | 168 __nosan_bzero((void *)kasan_arm64_phystokv(mem, early), ARM_PGBYTES); in kasan_arm64_alloc_zero_page()
|
| H A D | kasan-classic.c | 349 __nosan_bzero((void *)page, size); in kasan_impl_fill_valid_range()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | kalloc.c | 2926 __nosan_bzero(data, zsize); in kfree_zone()
|
| H A D | zalloc.c | 8251 __nosan_bzero(zn->mzn_name, MAX_ZONE_NAME); in mach_memory_info_sample()
|