Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/nohash/32/
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
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_64.h1174 #define pte_leaf_size pte_leaf_size macro
1175 extern unsigned long pte_leaf_size(pte_t pte);
/linux-6.6.21/include/linux/
Dpgtable.h1649 #ifndef pte_leaf_size
1650 #define pte_leaf_size(x) PAGE_SIZE macro
/linux-6.6.21/arch/sparc/mm/
Dhugetlbpage.c279 unsigned long pte_leaf_size(pte_t pte) { return 1UL << tte_to_shift(pte); } in pte_leaf_size() function
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable.h441 #define pte_leaf_size(pte) (pte_napot(pte) ? \ macro
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h599 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE) macro
/linux-6.6.21/kernel/events/
Dcore.c7568 size = pte_leaf_size(pte); in perf_get_pgtable_size()