Home
last modified time | relevance | path

Searched defs:pmd_leaf_size (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/
H 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
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h279 #define pmd_leaf_size pmd_leaf_size macro
280 static inline unsigned long pmd_leaf_size(pmd_t pmd) in pmd_leaf_size() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h790 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE) macro