Home
last modified time | relevance | path

Searched refs:pmap_copy_page (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/vm/
H A Dpmap.h296 extern void(pmap_copy_page)(
H A Dvm_resident.c5470 pmap_copy_page(VM_PAGE_GET_PHYS_PAGE(src_m), VM_PAGE_GET_PHYS_PAGE(dest_m)); in vm_page_copy()
6178 pmap_copy_page(VM_PAGE_GET_PHYS_PAGE(m1), VM_PAGE_GET_PHYS_PAGE(m2)); in vm_page_find_contiguous()
/xnu-8020.101.4/osfmk/x86_64/
H A Dpmap.c2521 pmap_copy_page(ppnum_t src, ppnum_t dst) in pmap_copy_page() function
/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c8706 pmap_copy_page( function