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

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

Completed in 141 milliseconds