Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dpgtable_64.h1171 #define pte_leaf_size pte_leaf_size macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h531 #define pte_leaf_size(pte) (pte_napot(pte) ? \ macro
/linux/include/linux/
H A Dpgtable.h2116 #define pte_leaf_size(x) PAGE_SIZE macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h826 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE) macro