Home
last modified time | relevance | path

Searched refs:pte_a (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable-3level.h166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ argument
167 : pte_val(pte_a)) \
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h246 static inline int hash__pte_same(pte_t pte_a, pte_t pte_b) in hash__pte_same() argument
248 return (((pte_raw(pte_a) ^ pte_raw(pte_b)) & ~cpu_to_be64(_PAGE_HPTEFLAGS)) == 0); in hash__pte_same()
H A Dradix.h202 static inline int radix__pte_same(pte_t pte_a, pte_t pte_b) in radix__pte_same() argument
204 return ((pte_raw(pte_a) ^ pte_raw(pte_b)) == 0); in radix__pte_same()