Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpgtable.h1396 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h862 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1431 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h307 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/openbmc/linux/mm/
H A Dgup.c2962 BUILD_BUG_ON(pgd_devmap(orig)); in gup_huge_pgd()