pud_present       182 arch/arm/include/asm/pgtable-2level.h #define pud_present(pud)	(1)
pud_present       131 arch/arm/include/asm/pgtable-3level.h #define pud_present(pud)	(pud_val(pud))
pud_present       527 arch/arm64/include/asm/pgtable.h #define pud_present(pud)	pte_present(pud_pte(pud))
pud_present       280 arch/ia64/include/asm/pgtable.h #define pud_present(pud)		(pud_val(pud) != 0UL)
pud_present       300 arch/mips/include/asm/pgtable-64.h static inline int pud_present(pud_t pud)
pud_present       921 arch/powerpc/include/asm/book3s/64/pgtable.h static inline int pud_present(pud_t pud)
pud_present       163 arch/powerpc/include/asm/nohash/64/pgtable.h #define pud_present(pud)	(pud_val(pud) != 0)
pud_present        31 arch/riscv/include/asm/pgtable-64.h static inline int pud_present(pud_t pud)
pud_present       664 arch/s390/include/asm/pgtable.h static inline int pud_present(pud_t pud)
pud_present        51 arch/sh/include/asm/pgtable-3level.h #define pud_present(x)	(pud_val(x))
pud_present       860 arch/sparc/include/asm/pgtable_64.h #define pud_present(pud)		(pud_val(pud) != 0U)
pud_present        59 arch/um/include/asm/pgtable-3level.h #define pud_present(x)	(pud_val(x) & _PAGE_PRESENT)
pud_present       859 arch/x86/include/asm/pgtable.h static inline int pud_present(pud_t pud)
pud_present        22 include/asm-generic/4level-fixup.h #define pud_present(pud)		1
pud_present        32 include/asm-generic/pgtable-nopmd.h static inline int pud_present(pud_t pud)	{ return 1; }