/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 111 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 113 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro 162 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 172 #define pte_none(x) (!pte_val(x)) macro
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 95 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
|
H A D | motorola_pgtable.h | 105 #define pte_none(pte) (!pte_val(pte)) macro
|
H A D | mcf_pgtable.h | 115 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 36 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 228 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 105 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 194 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 178 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 221 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 235 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 153 static inline int pte_none(pte_t pte) in pte_none() function
|
H A D | pgtable_64.h | 886 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 224 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } in pte_none() function
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 322 #define pte_none(x) (!pte_val(x)) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 397 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 323 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 372 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 725 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 947 static inline int pte_none(pte_t pte) in pte_none() function
|