| /linux-4.1.27/arch/m68k/include/asm/ | 
| D | pgtable_no.h | 19 #define pgd_none(pgd)		(0)  macro
  | 
| D | sun3_pgtable.h | 147 static inline int pgd_none (pgd_t pgd) { return 0; }  in pgd_none()  function
  | 
| D | motorola_pgtable.h | 149 #define pgd_none(pgd)		(!pgd_val(pgd))  macro
  | 
| D | mcf_pgtable.h | 200 static inline int pgd_none(pgd_t pgd) { return 0; }  in pgd_none()  function
  | 
| /linux-4.1.27/include/asm-generic/ | 
| D | pgtable-nopud.h | 25 static inline int pgd_none(pgd_t pgd)		{ return 0; }  in pgd_none()  function
  | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | pgtable-ppc64-4k.h | 55 #define pgd_none(pgd)		(!pgd_val(pgd))  macro
  | 
| /linux-4.1.27/arch/c6x/include/asm/ | 
| D | pgtable.h | 27 #define pgd_none(pgd)		(0)  macro
  | 
| /linux-4.1.27/arch/m32r/include/asm/ | 
| D | pgtable-2level.h | 34 static inline int pgd_none(pgd_t pgd)	{ return 0; }  in pgd_none()  function
  | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | pgtable-nommu.h | 24 #define pgd_none(pgd)		(0)  macro
  | 
| /linux-4.1.27/arch/blackfin/include/asm/ | 
| D | pgtable.h | 20 #define pgd_none(pgd)		(0)  macro
  | 
| /linux-4.1.27/arch/microblaze/include/asm/ | 
| D | pgtable.h | 23 #define pgd_none(pgd)		(0)  macro 321 static inline int pgd_none(pgd_t pgd)		{ return 0; }  in pgd_none()  function
  | 
| /linux-4.1.27/arch/x86/mm/ | 
| D | dump_pagetables.c | 344 #define pgd_none(a)  pud_none(__pud(pgd_val(a)))  macro
  | 
| /linux-4.1.27/arch/parisc/include/asm/ | 
| D | pgtable.h | 324 #define pgd_none(x)     (!pgd_val(x))  macro 342 static inline int pgd_none(pgd_t pgd)		{ return 0; }  in pgd_none()  function
  | 
| /linux-4.1.27/arch/frv/include/asm/ | 
| D | pgtable.h | 47 #define pgd_none(pgd)		(0)  macro 196 static inline int pgd_none(pgd_t pgd)		{ return 0; }  in pgd_none()  function
  | 
| /linux-4.1.27/arch/score/include/asm/ | 
| D | pgtable.h | 113 #define pgd_none(pgd)		(0)  macro
  | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 186 static inline int pgd_none(pgd_t pgd)            in pgd_none()  function
  | 
| D | pgtable_64.h | 774 #define pgd_none(pgd)			(!pgd_val(pgd))  macro
  | 
| /linux-4.1.27/arch/alpha/include/asm/ | 
| D | pgtable.h | 258 extern inline int pgd_none(pgd_t pgd)		{ return !pgd_val(pgd); }  in pgd_none()  function
  | 
| /linux-4.1.27/arch/arm64/include/asm/ | 
| D | pgtable.h | 420 #define pgd_none(pgd)		(!pgd_val(pgd))  macro
  | 
| /linux-4.1.27/arch/ia64/include/asm/ | 
| D | pgtable.h | 285 #define pgd_none(pgd)			(!pgd_val(pgd))  macro
  | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | pgtable.h | 632 static inline int pgd_none(pgd_t pgd)  in pgd_none()  function
  | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | pgtable.h | 428 static inline int pgd_none(pgd_t pgd)  in pgd_none()  function
  |