Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h351 static inline int pgd_none(pgd_t pgd) in pgd_none() function