pte_present       248 arch/alpha/include/asm/pgtable.h extern inline int pte_present(pte_t pte)	{ return pte_val(pte) & _PAGE_VALID; }
pte_present       271 arch/arc/include/asm/pgtable.h #define pte_present(x)			(pte_val(x) & _PAGE_PRESENT)
pte_present       224 arch/arm/include/asm/pgtable.h #define pte_present(pte)	(pte_isset((pte), L_PTE_PRESENT))
pte_present        76 arch/arm64/include/asm/pgtable.h #define pte_present(pte)	(!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE)))
pte_present        50 arch/csky/include/asm/pgtable.h #define pte_present(pte)	(pte_val(pte) & _PAGE_PRESENT)
pte_present       289 arch/hexagon/include/asm/pgtable.h static inline int pte_present(pte_t pte)
pte_present       266 arch/ia64/include/asm/pgtable.h #define pte_present(pte)		(pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))
pte_present       180 arch/m68k/include/asm/mcf_pgtable.h static inline int pte_present(pte_t pte)
pte_present       131 arch/m68k/include/asm/motorola_pgtable.h #define pte_present(pte)	(pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
pte_present       124 arch/m68k/include/asm/sun3_pgtable.h static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; }
pte_present       297 arch/microblaze/include/asm/pgtable.h #define pte_present(pte)	(pte_val(pte) & _PAGE_PRESENT)
pte_present       144 arch/mips/include/asm/pgtable.h #define pte_present(pte)	((pte).pte_low & _PAGE_PRESENT)
pte_present       191 arch/mips/include/asm/pgtable.h #define pte_present(pte)	(pte_val(pte) & _PAGE_PRESENT)
pte_present       249 arch/nds32/include/asm/pgtable.h #define pte_present(pte)        (pte_val(pte) & _PAGE_V)
pte_present       134 arch/nios2/include/asm/pgtable.h static inline int pte_present(pte_t pte)	\
pte_present       221 arch/openrisc/include/asm/pgtable.h #define pte_present(x)	(pte_val(x) & _PAGE_PRESENT)
pte_present       315 arch/parisc/include/asm/pgtable.h #define pte_present(x)	(pte_val(x) & _PAGE_PRESENT)
pte_present       390 arch/powerpc/include/asm/book3s/32/pgtable.h static inline int pte_present(pte_t pte)
pte_present       556 arch/powerpc/include/asm/book3s/64/pgtable.h static inline int pte_present(pte_t pte)
pte_present        73 arch/powerpc/include/asm/nohash/pgtable.h static inline int pte_present(pte_t pte)
pte_present       204 arch/riscv/include/asm/pgtable.h static inline int pte_present(pte_t pte)
pte_present       781 arch/s390/include/asm/pgtable.h static inline int pte_present(pte_t pte)
pte_present       324 arch/sh/include/asm/pgtable_32.h #define pte_present(x)		((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
pte_present       226 arch/sh/include/asm/pgtable_64.h #define pte_present(x)	(pte_val(x) & _PAGE_PRESENT)
pte_present       145 arch/sparc/include/asm/pgtable_32.h static inline int pte_present(pte_t pte)
pte_present       659 arch/sparc/include/asm/pgtable_64.h static inline unsigned long pte_present(pte_t pte)
pte_present       113 arch/um/include/asm/pgtable.h #define pte_present(x)	pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
pte_present       175 arch/unicore32/include/asm/pgtable.h #define pte_present(pte)	(pte_val(pte) & PTE_PRESENT)
pte_present       734 arch/x86/include/asm/pgtable.h static inline int pte_present(pte_t a)
pte_present       253 arch/xtensa/include/asm/pgtable.h # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
pte_present       255 arch/xtensa/include/asm/pgtable.h # define pte_present(pte)						\