Home
last modified time | relevance | path

Searched refs:pud_raw (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h148 return (((pud_raw(pud_a) ^ pud_raw(pud_b)) & ~cpu_to_be64(_PAGE_HPTEFLAGS)) == 0); in hash__pud_same()
H A Dradix.h255 return ((pud_raw(pud_a) ^ pud_raw(pud_b)) == 0); in radix__pud_same()
/linux/arch/powerpc/include/asm/
H A Dpgtable-be-types.h45 static inline __be64 pud_raw(pud_t x) in pud_raw() function
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c666 if (pud_raw(*pud) == pte_raw(pte)) { in kvmppc_create_pte()