Searched refs:srcmpte (Results 1 – 3 of 3) sorted by relevance
4397 vm_page_t dstmpte, srcmpte; in __CONCAT() local4444 srcmpte = PHYS_TO_VM_PAGE(srcptepaddr & PG_FRAME); in __CONCAT()4445 KASSERT(srcmpte->ref_count > 0, in __CONCAT()4478 if (dstmpte->ref_count >= srcmpte->ref_count) in __CONCAT()
4691 vm_page_t dst_m, dstmpte, srcmpte; in pmap_copy() local4782 srcmpte = PHYS_TO_VM_PAGE(srcptepaddr); in pmap_copy()4783 KASSERT(srcmpte->ref_count > 0, in pmap_copy()4827 if (dstmpte->ref_count >= srcmpte->ref_count) in pmap_copy()
7575 vm_page_t dst_pdpg, dstmpte, srcmpte; in pmap_copy() local7683 srcmpte = PHYS_TO_VM_PAGE(srcptepaddr); in pmap_copy()7684 KASSERT(srcmpte->ref_count > 0, in pmap_copy()7727 if (dstmpte->ref_count >= srcmpte->ref_count) in pmap_copy()