Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c278 unsigned long pmd_leaf_size(pmd_t pmd) { return 1UL << tte_to_shift(*(pte_t *)&pmd); } in pmd_leaf_size() function
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h1171 #define pmd_leaf_size pmd_leaf_size macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h598 #define pmd_leaf_size(pmd) (pmd_cont(pmd) ? CONT_PMD_SIZE : PMD_SIZE) macro
/openbmc/linux/include/linux/
H A Dpgtable.h1647 #define pmd_leaf_size(x) PMD_SIZE macro