Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux/arch/arm/include/asm/
A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux/include/asm-generic/
A Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux/arch/nds32/include/asm/
A Dpgtable.h331 #define pgd_present(pgd) (1) macro
/linux/arch/x86/include/asm/
A Dpgtable.h908 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux/arch/s390/include/asm/
A Dpgtable.h606 static inline int pgd_present(pgd_t pgd) in pgd_present() function

Completed in 18 milliseconds