Lines Matching full:pte
176 * rcbits contains the low 12 bits of each PTE's 2nd part, in mps3_pte_synch_locked()
200 struct lpte pte; in mps3_pte_clear() local
210 moea64_pte_from_pvo(pvo, &pte); in mps3_pte_clear()
212 pte.pte_lo |= refchg; in mps3_pte_clear()
213 pte.pte_lo &= ~ptebit; in mps3_pte_clear()
215 lv1_write_htab_entry(mps3_vas_id, pvo->pvo_pte.slot, pte.pte_hi, in mps3_pte_clear()
216 pte.pte_lo); in mps3_pte_clear()
246 struct lpte pte, evicted; in mps3_pte_insert() local
256 moea64_pte_from_pvo(pvo, &pte); in mps3_pte_insert()
261 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0, in mps3_pte_insert()
282 ("Evicted a wired PTE")); in mps3_pte_insert()