Home
last modified time | relevance | path

Searched refs:uxpte_t (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c31 * using uint64_t as uxpte_t to avoid avoid confusion on 32-bit and 64 bit systems.
32 * Type uxpte_t may be modified to uint32_t in the future, so typedef is used.
34 typedef uint64_t uxpte_t; typedef
39 uxpte_t *uxpte;
77 static const uxpte_t UXPTE_UNDER_RECLAIM = (uxpte_t)(-UXPTE_REFCNT_ONE);
79 static inline bool IsUxptePresent(uxpte_t pte) in IsUxptePresent()
81 return pte & (uxpte_t)UXPTE_PRESENT_MASK; in IsUxptePresent()
84 static inline bool IsUxpteUnderReclaim(uxpte_t pte) in IsUxpteUnderReclaim()
136 static void UxpteAdd(uxpte_t *pt
[all...]

Completed in 1 milliseconds