Searched defs:pud_leaf (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h34 static inline int pud_leaf(pud_t pud) { return 0; } function
/linux-master/arch/mips/include/asm/
H A Dpgtable.h758 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h192 #define pud_leaf pud_leaf macro
193 static inline bool pud_leaf(pud_t pud) function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h614 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h870 #define pud_leaf pud_leaf macro
871 static inline bool pud_leaf(pud_t pud) function
/linux-master/include/linux/
H A Dpgtable.h1786 #define pud_leaf(x) false macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h712 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1088 #define pud_leaf pud_leaf macro
1089 static inline bool pud_leaf(pud_t pud) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h708 #define pud_leaf pud_leaf macro
709 static inline bool pud_leaf(pud_t pud) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1438 #define pud_leaf pud_leaf macro
1439 static inline bool pud_leaf(pud_t pud) function

Completed in 315 milliseconds