Searched defs:pmd_leaf_size (Results 1 – 5 of 5) sorted by relevance
113 static inline unsigned long pmd_leaf_size(pmd_t pmd) in pmd_leaf_size() function117 #define pmd_leaf_size pmd_leaf_size macro
277 #define pmd_leaf_size pmd_leaf_size macro278 static inline unsigned long pmd_leaf_size(pmd_t pmd) in pmd_leaf_size() function
1172 #define pmd_leaf_size pmd_leaf_size macro
2096 #define pmd_leaf_size(x) PMD_SIZE macro
820 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE) macro