Home
last modified time | relevance | path

Searched defs:pmd_leaf (Results 1 – 10 of 10) 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/riscv/include/asm/
H A Dpgtable.h242 #define pmd_leaf pmd_leaf macro
243 static inline bool pmd_leaf(pmd_t pmd) in pmd_leaf() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h265 #define pmd_leaf pmd_leaf macro
266 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/loongarch/include/asm/
H A Dpgtable.h592 #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/include/linux/
H A Dpgtable.h2083 #define pmd_leaf(x) false macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h818 #define pmd_leaf(pmd) (pmd_present(pmd) && !pmd_table(pmd)) macro