/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 121 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro 238 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable.h | 59 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 136 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 171 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 246 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 248 # define pte_present(pte) \ macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 133 static inline int pte_present(pte_t pte) \ in pte_present() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 303 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 177 #define pte_present(pte) (pte_val(pte) & PTE_PRESENT) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 123 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
D | motorola_pgtable.h | 130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
D | mcf_pgtable.h | 179 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable_64.h | 229 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
D | pgtable_32.h | 323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 109 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 177 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 266 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 181 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 222 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 144 static inline int pte_present(pte_t pte) in pte_present() function
|
D | pgtable_64.h | 630 static inline unsigned long pte_present(pte_t pte) in pte_present() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 247 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 224 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 193 #define pte_present hv_pte_get_present macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 297 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 218 #define pte_present(x) (pte_val(x) & _PAGE_VALID) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 354 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 265 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 293 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 152 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 463 static inline int pte_present(pte_t a) in pte_present() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 561 static inline int pte_present(pte_t pte) in pte_present() function
|