pud_present 575 arch/x86/include/asm/pgtable.h static inline int pud_present(pud_t pud) pud_present 21 include/asm-generic/4level-fixup.h #define pud_present(pud) 1 pud_present 31 include/asm-generic/pgtable-nopmd.h static inline int pud_present(pud_t pud) { return 1; }