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

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h673 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE) macro
1534 * ptep_get()), back to core code. This is required so that pte_leaf_size() can
/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/riscv/include/asm/
H A Dpgtable.h440 #define pte_leaf_size(pte) (pte_napot(pte) ? \ macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h1178 #define pte_leaf_size pte_leaf_size macro
1179 extern unsigned long pte_leaf_size(pte_t pte);
/linux-master/arch/sparc/mm/
H A Dhugetlbpage.c276 unsigned long pte_leaf_size(pte_t pte) { return 1UL << tte_to_shift(pte); } function
/linux-master/include/linux/
H A Dpgtable.h1891 #ifndef pte_leaf_size
1892 #define pte_leaf_size(x) PAGE_SIZE macro
/linux-master/kernel/events/
H A Dcore.c7599 size = pte_leaf_size(pte);

Completed in 457 milliseconds