| /Linux-v5.4/arch/c6x/include/asm/ | 
| D | pgtable.h | 31 #define pmd_present(x)		(pmd_val(x))  macro
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | pgtable-2level.h | 193 #define pmd_present(pmd)	(pmd_val(pmd))  macro
 | 
| D | pgtable-3level.h | 202 #define pmd_present(pmd)	(pmd_isset((pmd), L_PMD_SECT_VALID))  macro
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | pgtable-32.h | 146 static inline int pmd_present(pmd_t pmd)  in pmd_present()  function
 | 
| D | pgtable-64.h | 266 static inline int pmd_present(pmd_t pmd)  in pmd_present()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ | 
| D | pgtable.h | 197 #define	pmd_present(pmd)	(pmd_val(pmd) & _PMD_PRESENT_MASK)  macro
 | 
| /Linux-v5.4/arch/nios2/include/asm/ | 
| D | pgtable.h | 187 static inline int pmd_present(pmd_t pmd)  in pmd_present()  function
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | pgtable_64.h | 63 #define pmd_present(pmd_entry)	(pmd_val(pmd_entry) & _PAGE_PRESENT)  macro
 | 
| D | pgtable_32.h | 329 #define pmd_present(x)	(pmd_val(x))  macro
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | pgtable.h | 203 #define pmd_present(pmd)	(pmd_val(pmd) & PMD_PRESENT)  macro
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | sun3_pgtable.h | 145 #define pmd_present(pmd) (!pmd_none2(&(pmd)))  macro
 | 
| D | motorola_pgtable.h | 140 #define pmd_present(pmd)	(pmd_val(pmd) & _PAGE_TABLE)  macro
 | 
| D | mcf_pgtable.h | 198 #define pmd_present(pmd) (!pmd_none2(&(pmd)))  macro
 | 
| /Linux-v5.4/arch/hexagon/include/asm/ | 
| D | pgtable.h | 256 static inline int pmd_present(pmd_t pmd)  in pmd_present()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ | 
| D | pgtable.h | 146 #define	pmd_present(pmd)	(!pmd_none(pmd))  macro
 | 
| /Linux-v5.4/arch/um/include/asm/ | 
| D | pgtable.h | 100 #define pmd_present(x)	(pmd_val(x) & _PAGE_PRESENT)  macro
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | pgtable.h | 276 #define pmd_present(x)			(pmd_val(x))  macro
 | 
| /Linux-v5.4/arch/csky/include/asm/ | 
| D | pgtable.h | 156 static inline int pmd_present(pmd_t pmd)  in pmd_present()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 170 static inline int pmd_present(pmd_t pmd)  in pmd_present()  function
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | pgtable.h | 123 static inline int pmd_present(pmd_t pmd)  in pmd_present()  function
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | pgtable.h | 256 extern inline int pmd_present(pmd_t pmd)	{ return pmd_val(pmd) & _PAGE_VALID; }  in pmd_present()  function
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | pgtable.h | 226 #define pmd_present(x)	(pmd_val(x) & _PAGE_PRESENT)  macro
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | pgtable.h | 263 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK)  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ | 
| D | pgtable.h | 220 #define	pmd_present(pmd)	(pmd_val(pmd) & _PMD_PRESENT_MASK)  macro
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | pgtable.h | 311 #define pmd_present(pmd)      (!pmd_none(pmd))  macro
 |