Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h134 static inline int hash__pmd_trans_huge(pmd_t pmd) in hash__pmd_trans_huge() function
H A Dhash-64k.h260 static inline int hash__pmd_trans_huge(pmd_t pmd) in hash__pmd_trans_huge() function
H A Dpgtable.h1263 return hash__pmd_trans_huge(pmd); in pmd_trans_huge()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c198 WARN_ON(!hash__pmd_trans_huge(*pmdp) && !pmd_devmap(*pmdp)); in hash__pmd_hugepage_update()