Home
last modified time | relevance | path

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

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