Home
last modified time | relevance | path

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

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