| /linux-4.1.27/arch/m32r/include/asm/ | 
| D | pgtable-2level.h | 69 #define pte_none(x)		(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | pgtable.h | 38 static inline int pte_none(pte_t pte)		{ return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }  in pte_none()  function
  | 
| /linux-4.1.27/arch/mips/include/asm/ | 
| D | pgtable.h | 135 #define pte_none(pte)		(!(((pte).pte_high) & ~_PAGE_GLOBAL))  macro 170 #define pte_none(pte)		(!(pte_val(pte) & ~_PAGE_GLOBAL))  macro
  | 
| /linux-4.1.27/arch/cris/include/asm/ | 
| D | pgtable.h | 95 #define pte_none(x)	(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/nios2/include/asm/ | 
| D | pgtable.h | 128 static inline int pte_none(pte_t pte)  in pte_none()  function
  | 
| /linux-4.1.27/arch/unicore32/include/asm/ | 
| D | pgtable.h | 156 #define pte_none(pte)			(!pte_val(pte))  macro
  | 
| /linux-4.1.27/arch/hexagon/include/asm/ | 
| D | pgtable.h | 295 static inline int pte_none(pte_t pte)  in pte_none()  function
  | 
| /linux-4.1.27/arch/m68k/include/asm/ | 
| D | sun3_pgtable.h | 122 static inline int pte_none (pte_t pte) { return !pte_val (pte); }  in pte_none()  function
  | 
| D | motorola_pgtable.h | 129 #define pte_none(pte)		(!pte_val(pte))  macro
  | 
| D | mcf_pgtable.h | 174 static inline int pte_none(pte_t pte)  in pte_none()  function
  | 
| /linux-4.1.27/arch/sh/include/asm/ | 
| D | pgtable_64.h | 231 #define pte_none(x)	(pte_val(x) == _PTE_EMPTY)  macro
  | 
| D | pgtable_32.h | 322 #define pte_none(x)		(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/metag/include/asm/ | 
| D | pgtable.h | 108 #define pte_none(x)		(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/um/include/asm/ | 
| D | pgtable.h | 123 static inline int pte_none(pte_t pte)  in pte_none()  function
  | 
| /linux-4.1.27/arch/score/include/asm/ | 
| D | pgtable.h | 120 #define pte_none(pte)		(!(pte_val(pte) & ~_PAGE_GLOBAL))  macro
  | 
| /linux-4.1.27/arch/avr32/include/asm/ | 
| D | pgtable.h | 180 #define pte_none(x)	(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/arc/include/asm/ | 
| D | pgtable.h | 250 #define pte_none(x)			(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | pgtable.h | 221 #define pte_none(pte)		(!pte_val(pte))  macro
  | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 149 static inline int pte_none(pte_t pte)  in pte_none()  function
  | 
| D | pgtable_64.h | 834 #define pte_none(pte) 			(!pte_val(pte))  macro
  | 
| /linux-4.1.27/arch/openrisc/include/asm/ | 
| D | pgtable.h | 223 #define pte_none(x)	(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/alpha/include/asm/ | 
| D | pgtable.h | 246 extern inline int pte_none(pte_t pte)		{ return !pte_val(pte); }  in pte_none()  function
  | 
| /linux-4.1.27/arch/xtensa/include/asm/ | 
| D | pgtable.h | 240 # define pte_none(pte)	 (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER))  macro
  | 
| /linux-4.1.27/arch/tile/include/asm/ | 
| D | pgtable.h | 264 static inline int pte_none(pte_t pte)  in pte_none()  function
  | 
| /linux-4.1.27/arch/microblaze/include/asm/ | 
| D | pgtable.h | 296 #define pte_none(pte)		((pte_val(pte) & ~_PTE_NONE_MASK) == 0)  macro
  | 
| /linux-4.1.27/arch/parisc/include/asm/ | 
| D | pgtable.h | 287 #define pte_none(x)     (pte_val(x) == 0)  macro
  | 
| /linux-4.1.27/arch/mn10300/include/asm/ | 
| D | pgtable.h | 315 #define pte_none(x)		(!pte_val(x))  macro
  | 
| /linux-4.1.27/arch/arm64/include/asm/ | 
| D | pgtable.h | 124 #define pte_none(pte)		(!pte_val(pte))  macro
  | 
| /linux-4.1.27/arch/ia64/include/asm/ | 
| D | pgtable.h | 264 #define pte_none(pte) 			(!pte_val(pte))  macro
  | 
| /linux-4.1.27/arch/frv/include/asm/ | 
| D | pgtable.h | 269 #define pte_none(x)		(!(x).pte)  macro
  | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | pgtable.h | 427 static inline int pte_none(pte_t pte)  in pte_none()  function
  | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | pgtable.h | 555 static inline int pte_none(pte_t pte)  in pte_none()  function
  |