Home
last modified time | relevance | path

Searched refs:pmd_leaf_size (Results 1 – 5 of 5) 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/sparc/include/asm/
H A Dpgtable_64.h1176 #define pmd_leaf_size pmd_leaf_size macro
1177 extern unsigned long pmd_leaf_size(pmd_t pmd);
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h278 #define pmd_leaf_size pmd_leaf_size macro
279 static inline unsigned long pmd_leaf_size(pmd_t pmd) in pmd_leaf_size() function
/linux/arch/sparc/mm/
H A Dhugetlbpage.c167 unsigned long pmd_leaf_size(pmd_t pmd) { return 1UL << tte_to_shift(*(pte_t *)&pmd); } in pmd_leaf_size() function
/linux/kernel/events/
H A Dcore.c7795 return pmd_leaf_size(pmd); in perf_get_pgtable_size()