Home
last modified time | relevance | path

Searched refs:pgd_access_permitted (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/asm-generic/
Dpgtable.h372 #ifndef pgd_access_permitted
373 #define pgd_access_permitted(pgd, write) \ macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h973 #define pgd_access_permitted pgd_access_permitted macro
974 static inline bool pgd_access_permitted(pgd_t pgd, bool write) in pgd_access_permitted() function
/Linux-v4.19/mm/
Dgup.c1608 if (!pgd_access_permitted(orig, write)) in gup_huge_pgd()