Searched defs:pte_same (Results 1 – 6 of 6) sorted by relevance
166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
262 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
273 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
473 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
610 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
1228 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function