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