Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h359 static inline int pgd_present(pgd_t pgd) in pgd_present() function