/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 34 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 27 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-32.h | 96 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
D | pgtable-64.h | 190 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 132 #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) macro
|
D | pgtable-ppc64.h | 155 #define pmd_present(pmd) (!pmd_none(pmd)) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 186 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 270 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 207 #define pmd_present(pmd) (pmd_val(pmd) & PMD_PRESENT) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 144 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
D | motorola_pgtable.h | 139 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 197 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable_64.h | 66 #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) macro
|
D | pgtable_32.h | 328 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 115 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 55 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 181 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 271 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 102 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 246 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 185 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 169 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
D | pgtable_64.h | 771 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 255 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 229 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 256 #define pmd_present(pmd) (pmd_val(pmd) & PAGE_MASK) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 375 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 303 #define pmd_present(pmd) ((pmd_val(pmd) & _PMD_PRESENT) != 0) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 225 #define pmd_present(x) (!pmd_none(x)) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 358 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 272 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 309 #define pmd_present(x) (pmd_flag(x) & PxD_FLAG_PRESENT) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 350 #define pmd_present(pmd) pte_present(pmd_pte(pmd)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 486 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 494 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|