Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux/include/asm-generic/
H A Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h357 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1163 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux/arch/s390/include/asm/
H A Dpgtable.h723 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1135 #define pgd_present(pgd) (!pgd_none(pgd)) macro