/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 251 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 253 # define pte_present(pte) \ macro
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 136 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 183 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 73 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/arc/include/asm/ |
A D | pgtable-levels.h | 175 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 122 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
A D | motorola_pgtable.h | 138 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
A D | mcf_pgtable.h | 182 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 126 static inline int pte_present(pte_t pte) \ in pte_present() function
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 37 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 255 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 116 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 194 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 164 static inline int pte_present(pte_t pte) in pte_present() function
|
A D | pgtable_64.h | 655 static inline unsigned long pte_present(pte_t pte) in pte_present() function
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 236 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 219 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 245 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
/linux/arch/sh/include/asm/ |
A D | pgtable_32.h | 324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux/arch/nds32/include/asm/ |
A D | pgtable.h | 238 #define pte_present(pte) (pte_val(pte) & _PAGE_V) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 398 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 310 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 260 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 269 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux/arch/x86/include/asm/ |
A D | pgtable.h | 736 static inline int pte_present(pte_t a) in pte_present() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 591 static inline int pte_present(pte_t pte) in pte_present() function
|