Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/arch/riscv/include/asm/
Dpgtable-64.h359 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/arch/x86/include/asm/
Dpgtable.h1183 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/arch/s390/include/asm/
Dpgtable.h684 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/arch/arm64/include/asm/
Dpgtable.h1026 #define pgd_present(pgd) (!pgd_none(pgd)) macro