/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 69 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/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.4.14/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.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 128 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 95 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 295 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 156 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/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.4.14/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.4.14/arch/metag/include/asm/ |
D | pgtable.h | 108 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 120 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 265 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 123 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 180 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 221 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/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 | 850 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/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.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 223 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 244 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 264 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 296 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 315 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 269 #define pte_none(x) (!(x).pte) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 264 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 292 #define pte_none(x) (pte_val(x) == 0) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 135 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 452 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 567 static inline int pte_none(pte_t pte) in pte_none() function
|