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