Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
Dsun3_pgtable.h150 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
/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/arch/c6x/include/asm/
Dpgtable.h23 #define pgd_present(pgd) (1) macro
/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/arch/microblaze/include/asm/
Dpgtable.h22 #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
/arch/parisc/include/asm/
Dpgtable.h353 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
371 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/mips/include/asm/
Dpgtable-64.h204 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/arch/alpha/include/asm/
Dpgtable.h261 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
/arch/sparc/include/asm/
Dpgtable_32.h197 static inline int pgd_present(pgd_t pgd) in pgd_present() function
Dpgtable_64.h864 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
/arch/nds32/include/asm/
Dpgtable.h351 #define pgd_present(pgd) (1) macro
/arch/ia64/include/asm/
Dpgtable.h288 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
/arch/arm64/include/asm/
Dpgtable.h591 #define pgd_present(pgd) (pgd_val(pgd)) macro
/arch/x86/include/asm/
Dpgtable.h944 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h964 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/arch/s390/include/asm/
Dpgtable.h603 static inline int pgd_present(pgd_t pgd) in pgd_present() function