Home
last modified time | relevance | path

Searched refs:pmd_leaf_size (Results 1 – 6 of 6) 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.h1168 #define pmd_leaf_size pmd_leaf_size macro
1169 extern unsigned long pmd_leaf_size(pmd_t pmd);
/linux/arch/powerpc/include/asm/book3s/64/
H 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
/linux/include/linux/
H A Dpgtable.h2111 #ifndef pmd_leaf_size
2112 #define pmd_leaf_size(x) PMD_SIZE macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h825 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE) macro
/linux/kernel/events/
H A Dcore.c8154 return pmd_leaf_size(pmd); in perf_get_pgtable_size()