pgd_present       261 arch/alpha/include/asm/pgtable.h extern inline int pgd_present(pgd_t pgd)	{ return pgd_val(pgd) & _PAGE_VALID; }
pgd_present        20 arch/arm/include/asm/pgtable-nommu.h #define pgd_present(pgd)	(1)
pgd_present       591 arch/arm64/include/asm/pgtable.h #define pgd_present(pgd)	(pgd_val(pgd))
pgd_present        23 arch/c6x/include/asm/pgtable.h #define pgd_present(pgd)	(1)
pgd_present       288 arch/ia64/include/asm/pgtable.h #define pgd_present(pgd)		(pgd_val(pgd) != 0UL)
pgd_present       203 arch/m68k/include/asm/mcf_pgtable.h static inline int pgd_present(pgd_t pgd) { return 1; }
pgd_present       152 arch/m68k/include/asm/motorola_pgtable.h #define pgd_present(pgd)	(pgd_val(pgd) & _PAGE_TABLE)
pgd_present        19 arch/m68k/include/asm/pgtable_no.h #define pgd_present(pgd)	(1)
pgd_present       150 arch/m68k/include/asm/sun3_pgtable.h static inline int pgd_present (pgd_t pgd) { return 1; }
pgd_present        22 arch/microblaze/include/asm/pgtable.h #define pgd_present(pgd)	(1) /* pages are always present on non MMU */
pgd_present       323 arch/microblaze/include/asm/pgtable.h static inline int pgd_present(pgd_t pgd)	{ return 1; }
pgd_present       204 arch/mips/include/asm/pgtable-64.h static inline int pgd_present(pgd_t pgd)
pgd_present       351 arch/nds32/include/asm/pgtable.h #define pgd_present(pgd)  	(1)
pgd_present       353 arch/parisc/include/asm/pgtable.h #define pgd_present(x)  (pgd_flag(x) & PxD_FLAG_PRESENT)
pgd_present       371 arch/parisc/include/asm/pgtable.h static inline int pgd_present(pgd_t pgd)	{ return 1; }
pgd_present       964 arch/powerpc/include/asm/book3s/64/pgtable.h static inline int pgd_present(pgd_t pgd)
pgd_present        58 arch/powerpc/include/asm/nohash/64/pgtable-4k.h #define pgd_present(pgd)	(pgd_val(pgd) != 0)
pgd_present       603 arch/s390/include/asm/pgtable.h static inline int pgd_present(pgd_t pgd)
pgd_present       197 arch/sparc/include/asm/pgtable_32.h static inline int pgd_present(pgd_t pgd)
pgd_present       864 arch/sparc/include/asm/pgtable_64.h #define pgd_present(pgd)		(pgd_val(pgd) != 0U)
pgd_present       948 arch/x86/include/asm/pgtable.h static inline int pgd_present(pgd_t pgd)
pgd_present        29 include/asm-generic/pgtable-nop4d-hack.h static inline int pgd_present(pgd_t pgd)	{ return 1; }
pgd_present        24 include/asm-generic/pgtable-nop4d.h static inline int pgd_present(pgd_t pgd)	{ return 1; }