/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_no.h | 18 #define pgd_present(pgd) (1) macro
|
D | sun3_pgtable.h | 149 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
|
D | motorola_pgtable.h | 151 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 202 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
|
/linux-4.4.14/include/asm-generic/ |
D | pgtable-nopud.h | 27 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 26 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 23 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 36 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 19 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro 323 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 46 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro 198 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 331 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro 349 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 112 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 196 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
D | pgtable_64.h | 832 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 260 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 287 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 484 #define pgd_present(pgd) (pgd_val(pgd)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 627 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 433 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|