Home
last modified time | relevance | path

Searched refs:pmap_map_cpu_windows_copy (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/arm64/
H A Dloose_ends.c136 src_index = pmap_map_cpu_windows_copy(pn_src, VM_PROT_READ, wimg_bits_src); in bcopy_phys_internal()
144 dst_index = pmap_map_cpu_windows_copy(pn_dst, VM_PROT_READ | VM_PROT_WRITE, wimg_bits_dst); in bcopy_phys_internal()
233 index = pmap_map_cpu_windows_copy(pn, VM_PROT_READ | VM_PROT_WRITE, wimg_bits); in bzero_phys()
363 index = pmap_map_cpu_windows_copy(pn, VM_PROT_READ, wimg_bits); in ml_phys_read_data()
588 index = pmap_map_cpu_windows_copy(pn, VM_PROT_READ | VM_PROT_WRITE, wimg_bits); in ml_phys_write_data()
/xnu-11215/osfmk/arm/
H A Dcaches.c177 …index = pmap_map_cpu_windows_copy((ppnum_t) (paddr >> PAGE_SHIFT), VM_PROT_READ | VM_PROT_WRITE, w… in dcache_incoherent_io_flush64()
236 …index = pmap_map_cpu_windows_copy((ppnum_t) (paddr >> PAGE_SHIFT), VM_PROT_READ | VM_PROT_WRITE, w… in dcache_incoherent_io_store64()
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.h530 extern unsigned int pmap_map_cpu_windows_copy(ppnum_t pn, vm_prot_t prot, unsigned int wimg_bits);
H A Dpmap.c976 pmap_map_cpu_windows_copy, (ppnum_t pn,
8188 pmap_map_cpu_windows_copy( function
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h588 extern unsigned int pmap_map_cpu_windows_copy(ppnum_t pn, vm_prot_t prot, unsigned int wimg_bits);
H A Dpmap.c1007 pmap_map_cpu_windows_copy, (ppnum_t pn,
8834 pmap_map_cpu_windows_copy( function