Searched refs:uxpte_t (Results 1 – 1 of 1) sorted by relevance
34 typedef uint64_t uxpte_t; typedef39 uxpte_t *uxpte;77 static const uxpte_t UXPTE_UNDER_RECLAIM = (uxpte_t)(-UXPTE_REFCNT_ONE);271 static inline uxpte_t UxpteLoad(const uxpte_t *uxpte) in UxpteLoad()277 static inline bool UxpteCAS_(uxpte_t *uxpte, uxpte_t old, uxpte_t newVal) in UxpteCAS_()284 uxpte_t old = 0; in UxpteAdd()285 uxpte_t newVal = 0; in UxpteAdd()304 uxpte_t old; in UxpteSub()310 static void UxpteClear_(uxpte_t *pte) in UxpteClear_()312 uxpte_t old = UxpteLoad(pte); in UxpteClear_()[all …]