Home
last modified time | relevance | path

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

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