Searched refs:pte_a (Results 1 – 7 of 7) sorted by relevance
164 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ argument165 : pte_val(pte_a)) \
206 static inline int hash__pte_same(pte_t pte_a, pte_t pte_b) in hash__pte_same() argument208 return (((pte_raw(pte_a) ^ pte_raw(pte_b)) & ~cpu_to_be64(_PAGE_HPTEFLAGS)) == 0); in hash__pte_same()
196 static inline int radix__pte_same(pte_t pte_a, pte_t pte_b) in radix__pte_same() argument198 return ((pte_raw(pte_a) ^ pte_raw(pte_b)) == 0); in radix__pte_same()
830 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() argument833 return radix__pte_same(pte_a, pte_b); in pte_same()834 return hash__pte_same(pte_a, pte_b); in pte_same()
265 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() argument267 return !((pte_val(pte_a) ^ pte_val(pte_b)) & ~_PAGE_NEWPAGE); in pte_same()
405 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() argument407 return pte_val(pte_a) == pte_val(pte_b); in pte_same()
481 static inline int pte_same(pte_t pte_a, pte_t pte_b) argument483 return pte_val(pte_a) == pte_val(pte_b);