Searched refs:CAS_PTE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | hat_pte.h | 250 #define CAS_PTE(ptr, x, y) atomic_cas_64(ptr, x, y) macro 264 #define CAS_PTE(ptr, x, y) \ macro
|
H A D | htable.c | 2132 old = CAS_PTE(ptep, prev, n); in x86pte_set() 2204 pte = CAS_PTE(ptep, old, new); in x86pte_cas() 2270 found = CAS_PTE(ptep, oldpte, 0); in x86pte_inval() 2301 found = CAS_PTE(ptep, expect, new); in x86pte_update() 2321 CAS_PTE(ptep, found, found | PT_WRITABLE); in x86pte_update()
|