Home
last modified time | relevance | path

Searched refs:pte_leaf_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/sparc/include/asm/
H A Dpgtable_64.h1177 #define pte_leaf_size pte_leaf_size macro
1178 extern unsigned long pte_leaf_size(pte_t pte);
/linux-6.15/include/linux/
H A Dpgtable.h1928 #ifndef pte_leaf_size
1929 #define pte_leaf_size(x) PAGE_SIZE macro
1931 #define __pte_leaf_size(x,y) pte_leaf_size(y)
/linux-6.15/arch/sparc/mm/
H A Dhugetlbpage.c168 unsigned long pte_leaf_size(pte_t pte) { return 1UL << tte_to_shift(pte); } in pte_leaf_size() function
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h473 #define pte_leaf_size(pte) (pte_napot(pte) ? \ macro
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h733 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE) macro