Searched refs:cdst_pte (Results 1 – 1 of 1) sorted by relevance
354 static pt_entry_t *csrc_pte, *cdst_pte, *zero_pte, *ptp_pte; variable839 cdstp = (caddr_t) virtual_avail; cdst_pte = pte;2141 if (*csrc_pte || *cdst_pte) in pmap_copy_page()2146 *cdst_pte = (dstpa & PG_FRAME) | PG_V | PG_RW; in pmap_copy_page()2148 *csrc_pte = *cdst_pte = 0; /* zap! */ in pmap_copy_page()