Home
last modified time | relevance | path

Searched defs:pmd_leaf (Results 1 – 4 of 4) 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/loongarch/include/asm/
H A Dpgtable.h645 #define pmd_leaf(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0) macro