Home
last modified time | relevance | path

Searched defs:pmd_leaf (Results 1 – 12 of 12) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h104 static inline int pmd_leaf(pmd_t pmd) in pmd_leaf() function
111 #define pmd_leaf pmd_leaf macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h181 #define pmd_leaf(x) (pmd_val(x) & _PAGE_HW_SZ) macro
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h121 #define pmd_leaf(pmd) pmd_sect(pmd) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h681 #define pmd_leaf pmd_leaf macro
682 static inline bool pmd_leaf(pmd_t pmd) in pmd_leaf() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h241 #define pmd_leaf pmd_leaf macro
242 static inline bool pmd_leaf(pmd_t pmd) in pmd_leaf() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h266 #define pmd_leaf pmd_leaf macro
267 static inline bool pmd_leaf(pmd_t pmd) in pmd_leaf() function
/linux/arch/mips/include/asm/
H A Dpgtable.h748 #define pmd_leaf(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h297 #define pmd_leaf pmd_leaf macro
298 static inline bool pmd_leaf(pmd_t pte) in pmd_leaf() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h606 #define pmd_leaf(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h811 #define pmd_leaf pmd_leaf macro
812 static inline bool pmd_leaf(pmd_t pmd) in pmd_leaf() function
/linux/include/linux/
H A Dpgtable.h1917 #define pmd_leaf(x) false macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h826 #define pmd_leaf(pmd) (pmd_present(pmd) && !pmd_table(pmd)) macro