Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h259 #define CAS_PTE(ptr, x, y) atomic_cas_64(ptr, x, y) macro
273 #define CAS_PTE(ptr, x, y) \ macro
H A Dhtable.c2119 old = CAS_PTE(ptep, prev, n); in x86pte_set()
2189 pte = CAS_PTE(ptep, old, new); in x86pte_cas()
2255 found = CAS_PTE(ptep, oldpte, 0); in x86pte_inval()
2286 found = CAS_PTE(ptep, expect, new); in x86pte_update()
2306 CAS_PTE(ptep, found, found | PT_WRITABLE); in x86pte_update()