Searched defs:hati_update_pte (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c111 static x86pte_t hati_update_pte(htable_t *ht, uint_t entry, x86pte_t expected,
2556 pte = hati_update_pte(ht, entry, pte, new);
2718 oldpte = hati_update_pte(ht, entry, oldpte, newpte);
3218 old = hati_update_pte(ht, entry, old, new);
3722 old = hati_update_pte(ht, entry, old, new);
4100 hati_update_pte(htable_t *ht, uint_t entry, x86pte_t expected, x86pte_t new) function

Completed in 70 milliseconds