Home
last modified time | relevance | path

Searched refs:pgd_devmap (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/
Dpgtable.h1375 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h862 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1457 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h307 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.6.21/mm/
Dgup.c2952 BUILD_BUG_ON(pgd_devmap(orig)); in gup_huge_pgd()