Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst182 | pud_wrprotect | Creates a write protected PUD |
/linux/arch/riscv/include/asm/
H A Dpgtable.h1045 static inline pud_t pud_wrprotect(pud_t pud) in pud_wrprotect() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h901 #define pud_wrprotect(pud) pte_pud(pte_wrprotect(pud_pte(pud))) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h615 static inline pud_t pud_wrprotect(pud_t pud) in pud_wrprotect() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1513 static inline pud_t pud_wrprotect(pud_t pud) in pud_wrprotect() function
/linux/mm/
H A Dhuge_memory.c2069 pud = pud_wrprotect(pud); in copy_huge_pud()