Home
last modified time | relevance | path

Searched refs:hati_update_pte (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c301 static x86pte_t hati_update_pte(htable_t *ht, uint_t entry, x86pte_t expected,
3041 pte = hati_update_pte(ht, entry, pte, new); in hat_sync()
3203 oldpte = hati_update_pte(ht, entry, oldpte, newpte); in hat_updateattr()
3703 old = hati_update_pte(ht, entry, old, new); in hati_page_clrwrt()
4205 old = hati_update_pte(ht, entry, old, new); in hat_pagesync()
4581 hati_update_pte(htable_t *ht, uint_t entry, x86pte_t expected, x86pte_t new) in hati_update_pte() function