/linux-3.3/arch/m68k/include/asm/ |
D | pgtable_no.h | 18 #define pgd_present(pgd) (1) macro
|
D | sun3_pgtable.h | 151 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
|
D | motorola_pgtable.h | 152 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 203 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
|
/linux-3.3/include/asm-generic/ |
D | pgtable-nopud.h | 27 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-3.3/arch/h8300/include/asm/ |
D | pgtable.h | 11 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro
|
/linux-3.3/arch/c6x/include/asm/ |
D | pgtable.h | 26 #define pgd_present(pgd) (1) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable-nommu.h | 23 #define pgd_present(pgd) (1) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable-2level.h | 35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-3.3/arch/blackfin/include/asm/ |
D | pgtable.h | 19 #define pgd_present(pgd) (1) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 25 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro 336 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-3.3/arch/parisc/include/asm/ |
D | pgtable.h | 305 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro 323 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 46 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro 200 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 124 #define pgd_present(pgd) (1) macro
|
/linux-3.3/arch/s390/include/asm/ |
D | pgtable.h | 429 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function 439 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/linux-3.3/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-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 178 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | pgtable.h | 291 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable.h | 534 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|