Home
last modified time | relevance | path

Searched refs:pmd_leaf_size (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/nohash/
A Dpte-e500.h113 static inline unsigned long pmd_leaf_size(pmd_t pmd) in pmd_leaf_size() function
117 #define pmd_leaf_size pmd_leaf_size macro
/arch/sparc/include/asm/
A Dpgtable_64.h1172 #define pmd_leaf_size pmd_leaf_size macro
1173 extern unsigned long pmd_leaf_size(pmd_t pmd);
/arch/sparc/mm/
A Dhugetlbpage.c167 unsigned long pmd_leaf_size(pmd_t pmd) { return 1UL << tte_to_shift(*(pte_t *)&pmd); } in pmd_leaf_size() function
/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h277 #define pmd_leaf_size pmd_leaf_size macro
278 static inline unsigned long pmd_leaf_size(pmd_t pmd) in pmd_leaf_size() function
/arch/arm64/include/asm/
A Dpgtable.h815 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE) macro

Completed in 38 milliseconds