Home
last modified time | relevance | path

Searched refs:pgd_write (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dhugetlb.h236 #ifndef pgd_write
237 static inline int pgd_write(pgd_t pgd) in pgd_write() function
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgtable.h178 #define pgd_write(pgd) pte_write(pgd_pte(pgd)) macro
/Linux-v5.4/include/asm-generic/
Dpgtable.h374 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h952 #define pgd_write(pgd) pte_write(pgd_pte(pgd)) macro