Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/nohash/
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-6.12.1/arch/sparc/mm/
Dhugetlbpage.c275 unsigned long pmd_leaf_size(pmd_t pmd) { return 1UL << tte_to_shift(*(pte_t *)&pmd); } in pmd_leaf_size() function
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
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-6.12.1/arch/sparc/include/asm/
Dpgtable_64.h1176 #define pmd_leaf_size pmd_leaf_size macro
/linux-6.12.1/include/linux/
Dpgtable.h1914 #define pmd_leaf_size(x) PMD_SIZE macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h725 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE) macro