Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhugetlb.h250 #ifndef pgd_write
251 static inline int pgd_write(pgd_t pgd) in pgd_write() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgtable.h150 #define pgd_write(pgd) pte_write(pgd_pte(pgd)) macro
/Linux-v4.19/include/asm-generic/
Dpgtable.h374 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h935 #define pgd_write(pgd) pte_write(pgd_pte(pgd)) macro