/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 137 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 139 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro 188 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 21 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 129 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 157 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 294 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v4.19/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-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 231 #define pte_none(x) (pte_val(x) == _PTE_EMPTY) macro
|
D | pgtable_32.h | 323 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 273 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 123 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 184 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 303 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/Linux-v4.19/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-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 223 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v4.19/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 | 912 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 224 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 190 #define pte_none(pte) !(pte_val(pte)) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 255 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 298 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 293 #define pte_none(x) (pte_val(x) == 0) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 265 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 79 #define pte_none(pte) (!pte_val(pte)) macro
|