| /Linux-v5.4/arch/mips/include/asm/ | 
| D | pgtable.h | 139 # define pte_none(pte)		(!(((pte).pte_high) & ~_PAGE_GLOBAL))  macro141 # define pte_none(pte)		(!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL))  macro
 190 #define pte_none(pte)		(!(pte_val(pte) & ~_PAGE_GLOBAL))  macro
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/nohash/ | 
| D | pgtable.h | 51 static inline int pte_none(pte_t pte)		{ return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }  in pte_none()  function
 | 
| /Linux-v5.4/arch/nios2/include/asm/ | 
| D | pgtable.h | 129 static inline int pte_none(pte_t pte)  in pte_none()  function
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | pgtable_64.h | 228 #define pte_none(x)	(pte_val(x) == _PTE_EMPTY)  macro
 | 
| D | pgtable_32.h | 323 #define pte_none(x)		(!pte_val(x))  macro
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | pgtable.h | 154 #define pte_none(pte)			(!pte_val(pte))  macro
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | sun3_pgtable.h | 123 static inline int pte_none (pte_t pte) { return !pte_val (pte); }  in pte_none()  function
 | 
| D | motorola_pgtable.h | 130 #define pte_none(pte)		(!pte_val(pte))  macro
 | 
| D | mcf_pgtable.h | 175 static inline int pte_none(pte_t pte)  in pte_none()  function
 | 
| /Linux-v5.4/arch/hexagon/include/asm/ | 
| D | pgtable.h | 281 static inline int pte_none(pte_t pte)  in pte_none()  function
 | 
| /Linux-v5.4/arch/um/include/asm/ | 
| D | pgtable.h | 121 static inline int pte_none(pte_t pte)  in pte_none()  function
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | pgtable.h | 270 #define pte_none(x)			(!pte_val(x))  macro
 | 
| /Linux-v5.4/arch/csky/include/asm/ | 
| D | pgtable.h | 49 #define pte_none(pte)		(!(pte_val(pte) & ~_PAGE_GLOBAL))  macro
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 150 static inline int pte_none(pte_t pte)  in pte_none()  function
 | 
| D | pgtable_64.h | 885 #define pte_none(pte) 			(!pte_val(pte))  macro
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | pgtable.h | 209 static inline int pte_none(pte_t pte)  in pte_none()  function
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | pgtable.h | 247 extern inline int pte_none(pte_t pte)		{ return !pte_val(pte); }  in pte_none()  function
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | pgtable.h | 223 #define pte_none(pte)		(!pte_val(pte))  macro
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | pgtable.h | 220 #define pte_none(x)	(!pte_val(x))  macro
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | pgtable.h | 251 # define pte_none(pte)	 (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER))  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ | 
| D | pgtable.h | 387 static inline int pte_none(pte_t pte)		{ return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }  in pte_none()  function
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | pgtable.h | 190 #define pte_none(pte)	        !(pte_val(pte))  macro
 | 
| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | pgtable.h | 296 #define pte_none(pte)		((pte_val(pte) & ~_PTE_NONE_MASK) == 0)  macro
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | pgtable.h | 265 #define pte_none(pte) 			(!pte_val(pte))  macro
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | pgtable.h | 314 #define pte_none(x)     (pte_val(x) == 0)  macro
 |