Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h23 #define pgd_present(pgd) (1) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nop4d.h24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h331 #define pgd_present(pgd) (1) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h19 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h937 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h612 static inline int pgd_present(pgd_t pgd) in pgd_present() function