Searched refs:CAS_PTE (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/uts/i86pc/vm/ |
| H A D | hat_pte.h | 251 #define CAS_PTE(ptr, x, y) cas64(ptr, x, y) macro 265 #define CAS_PTE(ptr, x, y) \ macro
|
| H A D | htable.c | 2094 old = CAS_PTE(ptep, prev, n); in x86pte_set() 2166 pte = CAS_PTE(ptep, old, new); in x86pte_cas() 2229 found = CAS_PTE(ptep, oldpte, 0); in x86pte_inval() 2260 found = CAS_PTE(ptep, expect, new); in x86pte_update() 2280 CAS_PTE(ptep, found, found | PT_WRITABLE); in x86pte_update()
|