Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable-64.h415 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h642 #define pgd_devmap(pgd) (0) macro
/linux/include/linux/
H A Dpgtable.h1622 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux/arch/x86/include/asm/
H A Dpgtable.h313 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1169 static inline int pgd_devmap(pgd_t pgd) in pgd_devmap() function
/linux/mm/
H A Dgup.c3165 BUILD_BUG_ON(pgd_devmap(orig)); in gup_fast_pgd_leaf()