Home
last modified time | relevance | path

Searched defs:pgd_present (Results 1 – 20 of 20) sorted by relevance

/linux-3.3/arch/m68k/include/asm/
Dpgtable_no.h18 #define pgd_present(pgd) (1) macro
Dsun3_pgtable.h151 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
Dmotorola_pgtable.h152 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
Dmcf_pgtable.h203 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-3.3/arch/powerpc/include/asm/
Dpgtable-ppc64-4k.h57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/linux-3.3/include/asm-generic/
Dpgtable-nopud.h27 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-3.3/arch/h8300/include/asm/
Dpgtable.h11 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro
/linux-3.3/arch/c6x/include/asm/
Dpgtable.h26 #define pgd_present(pgd) (1) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable-2level.h35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-3.3/arch/blackfin/include/asm/
Dpgtable.h19 #define pgd_present(pgd) (1) macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h25 #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/
Dpgtable.h305 #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/
Dpgtable.h46 #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/
Dpgtable.h124 #define pgd_present(pgd) (1) macro
/linux-3.3/arch/s390/include/asm/
Dpgtable.h429 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/
Dpgtable.h260 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/
Dpgtable_32.h178 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
/linux-3.3/arch/ia64/include/asm/
Dpgtable.h291 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
/linux-3.3/arch/x86/include/asm/
Dpgtable.h534 static inline int pgd_present(pgd_t pgd) in pgd_present() function