Searched refs:hati_update_pte (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 111 static x86pte_t hati_update_pte(htable_t *ht, uint_t entry, x86pte_t expected, 2556 pte = hati_update_pte(ht, entry, pte, new); in hat_sync() 2718 oldpte = hati_update_pte(ht, entry, oldpte, newpte); in hat_updateattr() 3218 old = hati_update_pte(ht, entry, old, new); in hati_page_clrwrt() 3722 old = hati_update_pte(ht, entry, old, new); in hat_pagesync() 4100 hati_update_pte(htable_t *ht, uint_t entry, x86pte_t expected, x86pte_t new) in hati_update_pte() function
|