/Linux-v5.15/arch/mips/include/asm/ |
D | pgtable.h | 132 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 134 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro 183 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/Linux-v5.15/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.15/arch/arc/include/asm/ |
D | pgtable-levels.h | 174 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 121 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
|
D | mcf_pgtable.h | 177 static inline int pte_none(pte_t pte) in pte_none() function
|
D | motorola_pgtable.h | 137 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v5.15/arch/nios2/include/asm/ |
D | pgtable.h | 121 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v5.15/arch/csky/include/asm/ |
D | pgtable.h | 36 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/Linux-v5.15/arch/hexagon/include/asm/ |
D | pgtable.h | 247 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v5.15/arch/um/include/asm/ |
D | pgtable.h | 124 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v5.15/arch/arm/include/asm/ |
D | pgtable.h | 193 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | pgtable_32.h | 169 static inline int pte_none(pte_t pte) in pte_none() function
|
D | pgtable_64.h | 883 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | pgtable.h | 244 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } in pte_none() function
|
/Linux-v5.15/arch/openrisc/include/asm/ |
D | pgtable.h | 218 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | pgtable.h | 235 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | pgtable.h | 249 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
|
/Linux-v5.15/arch/sh/include/asm/ |
D | pgtable_32.h | 323 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v5.15/arch/nds32/include/asm/ |
D | pgtable.h | 185 #define pte_none(pte) !(pte_val(pte)) macro
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 395 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | pgtable.h | 304 #define pte_none(x) (pte_val(x) == 0) macro
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | pgtable.h | 272 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | pgtable.h | 259 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | pgtable.h | 82 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v5.15/arch/x86/include/asm/ |
D | pgtable.h | 725 static inline int pte_none(pte_t pte) in pte_none() function
|