Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h986 #define pgd_access_permitted pgd_access_permitted macro
987 static inline bool pgd_access_permitted(pgd_t pgd, bool write) in pgd_access_permitted() function
/Linux-v5.4/include/asm-generic/
Dpgtable.h372 #ifndef pgd_access_permitted
373 #define pgd_access_permitted(pgd, write) \ macro
/Linux-v5.4/mm/
Dgup.c2142 if (!pgd_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pgd()