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

/linux-4.1.27/arch/m68k/include/asm/
H A Dpgtable_no.h18 #define pgd_present(pgd) (1) macro
H A Dsun3_pgtable.h149 static inline int pgd_present (pgd_t pgd) { return 1; } pgd_clear() function
H A Dmcf_pgtable.h202 static inline int pgd_present(pgd_t pgd) { return 1; } pgd_clear() function
H A Dmotorola_pgtable.h151 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
/linux-4.1.27/include/asm-generic/
H A Dpgtable-nopud.h27 static inline int pgd_present(pgd_t pgd) { return 1; } pgd_clear() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dpgtable.h19 #define pgd_present(pgd) (1) macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dpgtable.h26 #define pgd_present(pgd) (1) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable-2level.h36 static inline int pgd_present(pgd_t pgd) { return 1; } pgd_present() function
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
/linux-4.1.27/arch/score/include/asm/
H A Dpgtable.h112 #define pgd_present(pgd) (1) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h196 static inline int pgd_present(pgd_t pgd) pgd_present() function
H A Dpgtable_64.h816 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A 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; } pgd_present() function
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h260 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } pgd_clear() function
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h600 static inline int pgd_present(pgd_t pgd) pgd_present() function
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h326 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) pgd_clear() macro
344 static inline int pgd_present(pgd_t pgd) { return 1; } pgd_clear() function
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h422 #define pgd_present(pgd) (pgd_val(pgd)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h46 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro
198 static inline int pgd_present(pgd_t pgd) { return 1; } pgd_clear() function
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h287 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h421 static inline int pgd_present(pgd_t pgd) pgd_present() function

Completed in 933 milliseconds