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

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h154 static inline unsigned long pte_leaf_size(pte_t pte) function
165 #define pte_leaf_size pte_leaf_size macro
/linux-master/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-master/arch/sparc/mm/
H A Dhugetlbpage.c279 unsigned long pte_leaf_size(pte_t pte) { return 1UL << tte_to_shift(pte); } function
/linux-master/include/linux/
H A Dpgtable.h1804 #ifndef pte_leaf_size
1805 #define pte_leaf_size(x) PAGE_SIZE macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h437 #define pte_leaf_size(pte) (pte_napot(pte) ? \ macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h627 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE) macro
1446 * ptep_get()), back to core code. This is required so that pte_leaf_size() can
/linux-master/kernel/events/
H A Dcore.c7588 size = pte_leaf_size(pte);

Completed in 193 milliseconds