HomeSort by: relevance | last modified time | path
    Searched defs:dst_pg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
pmap_machdep.c 621 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst_pa); local in function:pmap_zero_page
622 struct vm_page_md * const dst_mdpg = VM_PAGE_TO_MD(dst_pg);
650 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst_pa); local in function:pmap_copy_page
653 struct vm_page_md * const dst_mdpg = VM_PAGE_TO_MD(dst_pg);
  /src/sys/arch/arm/arm32/
pmap.c 5737 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst); local in function:pmap_copy_page_generic
5738 struct vm_page_md *dst_md = VM_PAGE_TO_MD(dst_pg);

Completed in 102 milliseconds