Home
last modified time | relevance | path

Searched refs:pud_a (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h146 static inline int hash__pud_same(pud_t pud_a, pud_t pud_b) in hash__pud_same() argument
148 return (((pud_raw(pud_a) ^ pud_raw(pud_b)) & ~cpu_to_be64(_PAGE_HPTEFLAGS)) == 0); in hash__pud_same()
H A Dradix.h253 static inline int radix__pud_same(pud_t pud_a, pud_t pud_b) in radix__pud_same() argument
255 return ((pud_raw(pud_a) ^ pud_raw(pud_b)) == 0); in radix__pud_same()