pud_present       239 include/asm-frv/pgtable.h static inline int pud_present(pud_t pud)	{ return 1; }
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; }
pud_present        58 include/asm-um/pgtable-3level.h #define pud_present(x)	(pud_val(x) & _PAGE_PRESENT)
pud_present        31 include/asm-x86/pgtable-3level.h static inline int pud_present(pud_t pud)
pud_present       208 include/asm-x86/pgtable_64.h #define pud_present(pud) (pud_val((pud)) & _PAGE_PRESENT)