Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h177 static inline unsigned long pte_leaf_size(pte_t pte) in pte_leaf_size() function
188 #define pte_leaf_size pte_leaf_size macro
/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c279 unsigned long pte_leaf_size(pte_t pte) { return 1UL << tte_to_shift(pte); } in pte_leaf_size() function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h442 #define pte_leaf_size(pte) (pte_napot(pte) ? \ macro
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h1174 #define pte_leaf_size pte_leaf_size macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h599 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE) macro
/openbmc/linux/include/linux/
H A Dpgtable.h1650 #define pte_leaf_size(x) PAGE_SIZE macro