Searched refs:ptetemp (Results 1 – 2 of 2) sorted by relevance
4131 pt_entry_t ptetemp; in pmap_copy() local4132 ptetemp = *src_pte; in pmap_copy()4136 if ((ptetemp & PG_MANAGED) != 0) { in pmap_copy()4144 PHYS_TO_VM_PAGE(ptetemp & PG_FRAME))) { in pmap_copy()4150 *dst_pte = ptetemp & ~(PG_W | PG_M | in pmap_copy()
4936 pt_entry_t ptetemp; in pmap_copy() local4937 ptetemp = *src_pte; in pmap_copy()4941 if ((ptetemp & PG_MANAGED) != 0) { in pmap_copy()4953 PHYS_TO_VM_PAGE(ptetemp & PG_FRAME), in pmap_copy()4960 *dst_pte = ptetemp & ~(PG_W | PG_M | in pmap_copy()