Searched refs:bzero_phys (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/osfmk/i386/ |
| H A D | phys.c | 97 bzero_phys((addr64_t)i386_ptob(pn), PAGE_SIZE); in pmap_zero_page() 113 bzero_phys((addr64_t)(i386_ptob(pn) + offset), (uint32_t)len); in pmap_zero_part_page()
|
| H A D | machine_routines.h | 398 void bzero_phys(
|
| /xnu-11215/osfmk/arm64/ |
| H A D | loose_ends.c | 195 bzero_phys(src64, bytes); in bzero_phys_nc() 202 bzero_phys(addr64_t src, vm_size_t bytes) in bzero_phys() function
|
| /xnu-11215/osfmk/x86_64/ |
| H A D | loose_ends.c | 220 bzero_phys(src64, bytes); in bzero_phys_nc() 224 bzero_phys( in bzero_phys() function
|
| /xnu-11215/san/memory/ |
| H A D | kasan-x86_64.c | 124 bzero_phys(mem, I386_PGBYTES); in alloc_page_zero()
|
| /xnu-11215/osfmk/arm/ |
| H A D | machine_routines.h | 689 void bzero_phys(
|
| /xnu-11215/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 8070 bzero_phys((addr64_t) ptoa(pn), PAGE_SIZE); 8085 bzero_phys((addr64_t) (ptoa(pn) + offset), len);
|
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap.c | 8706 bzero_phys((addr64_t) ptoa(pn), PAGE_SIZE); 8721 bzero_phys((addr64_t) (ptoa(pn) + offset), len);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 2650 bzero_phys(dstAddr64, (unsigned int) dstLen); in writeBytes()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cluster.c | 1246 bzero_phys(zero_addr, zero_cnt); in cluster_zero()
|