Searched defs:pte_same (Results 1 – 8 of 8) sorted by relevance
166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
274 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
342 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
488 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
533 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
718 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
1072 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
953 static inline int pte_same(pte_t a, pte_t b) in pte_same() function