Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Dpgtable-64.h415 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable.h618 #define pgd_devmap(pgd) (0) macro
/linux-6.15/include/linux/
H A Dpgtable.h1639 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1409 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h372 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h1229 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux-6.15/mm/
H A Dgup.c3187 BUILD_BUG_ON(pgd_devmap(orig)); in gup_fast_pgd_leaf()