/arch/mips/include/asm/ |
D | pgtable.h | 103 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 139 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/arch/score/include/asm/ |
D | pgtable.h | 133 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro 255 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/arch/powerpc/include/asm/ |
D | pgtable.h | 36 static inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_PRESENT; } in pte_present() function
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 125 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
D | motorola_pgtable.h | 131 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
D | mcf_pgtable.h | 180 static inline int pte_present(pte_t pte) in pte_present() function
|
/arch/cris/include/asm/ |
D | pgtable.h | 96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 310 static inline int pte_present(pte_t pte) in pte_present() function
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 177 #define pte_present(pte) (pte_val(pte) & PTE_PRESENT) macro
|
/arch/arm/include/asm/ |
D | pgtable.h | 208 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 233 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
D | pgtable_32.h | 327 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 122 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/arch/tile/include/asm/ |
D | pgtable.h | 189 #define pte_present hv_pte_get_present macro
|
/arch/avr32/include/asm/ |
D | pgtable.h | 185 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/arch/m32r/include/asm/ |
D | pgtable.h | 180 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 206 #define pte_present(pte) \ macro
|
/arch/alpha/include/asm/ |
D | pgtable.h | 248 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 225 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 155 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
|
D | pgtable_64.h | 600 static inline unsigned long pte_present(pte_t pte) in pte_present() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 309 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/arch/mn10300/include/asm/ |
D | pgtable.h | 217 #define pte_present(x) (pte_val(x) & _PAGE_VALID) macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 275 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/arch/frv/include/asm/ |
D | pgtable.h | 357 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|