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

/arch/m68k/include/asm/
H A Dpgtable_no.h18 #define pgd_present(pgd) (1) macro
H A Dsun3_pgtable.h151 static inline int pgd_present (pgd_t pgd) { return 1; } function
H A Dmcf_pgtable.h203 static inline int pgd_present(pgd_t pgd) { return 1; } function
H A Dmotorola_pgtable.h152 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
/arch/blackfin/include/asm/
H A Dpgtable.h19 #define pgd_present(pgd) (1) macro
/arch/c6x/include/asm/
H A Dpgtable.h26 #define pgd_present(pgd) (1) macro
/arch/m32r/include/asm/
H A Dpgtable-2level.h35 static inline int pgd_present(pgd_t pgd) { return 1; } function
/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/arch/arm/include/asm/
H A Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
/arch/score/include/asm/
H A Dpgtable.h121 #define pgd_present(pgd) (1) macro
/arch/alpha/include/asm/
H A Dpgtable.h261 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } function
/arch/microblaze/include/asm/
H A Dpgtable.h22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro
326 static inline int pgd_present(pgd_t pgd) { return 1; } function
/arch/sparc/include/asm/
H A Dpgtable_32.h195 static inline int pgd_present(pgd_t pgd) function
H A Dpgtable_64.h823 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
/arch/arm64/include/asm/
H A Dpgtable.h418 #define pgd_present(pgd) (pgd_val(pgd)) macro
/arch/frv/include/asm/
H A 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; } function
/arch/ia64/include/asm/
H A Dpgtable.h290 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
/arch/parisc/include/asm/
H A Dpgtable.h318 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
336 static inline int pgd_present(pgd_t pgd) { return 1; } function
/arch/x86/include/asm/
H A Dpgtable.h615 static inline int pgd_present(pgd_t pgd) function
/arch/s390/include/asm/
H A Dpgtable.h496 static inline int pgd_present(pgd_t pgd) { return 1; } function
507 static inline int pgd_present(pgd_t pgd) function

Completed in 458 milliseconds