Searched refs:x86pte_cas (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 114 static x86pte_t x86pte_cas(htable_t *ht, uint_t entry, x86pte_t old, 1085 found = x86pte_cas(higher, entry, expect, 0); in unlink_ptp() 1131 found = x86pte_cas(higher, entry, 0, newptp); in link_ptp() 2163 x86pte_cas(htable_t *ht, uint_t entry, x86pte_t old, x86pte_t new) in x86pte_cas() function
|