/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable.h | 114 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 116 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro 165 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 31 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | pgtable.h | 102 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 98 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
|
D | motorola_pgtable.h | 108 #define pte_none(pte) (!pte_val(pte)) macro
|
D | mcf_pgtable.h | 118 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v6.1/arch/arc/include/asm/ |
D | pgtable-levels.h | 172 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 225 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v6.1/arch/csky/include/asm/ |
D | pgtable.h | 35 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgtable.h | 108 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable.h | 178 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 155 static inline int pte_none(pte_t pte) in pte_none() function
|
D | pgtable_64.h | 865 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | pgtable.h | 200 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | pgtable.h | 228 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } in pte_none() function
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | pgtable.h | 218 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 231 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
|
/Linux-v6.1/arch/sh/include/asm/ |
D | pgtable_32.h | 323 #define pte_none(x) (!pte_val(x)) macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 383 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgtable.h | 263 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | pgtable.h | 297 #define pte_none(x) (pte_val(x) == 0) macro
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | pgtable.h | 241 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 292 static inline int pte_none(pte_t pte) in pte_none() function
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | pgtable.h | 95 #define pte_none(pte) (!pte_val(pte)) macro
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable.h | 724 static inline int pte_none(pte_t pte) in pte_none() function
|