Home
last modified time | relevance | path

Searched refs:pte_mkwrite_novma (Results 1 – 18 of 18) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h108 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
113 #define pte_mkwrite_novma pte_mkwrite_novma macro
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h158 #ifndef pte_mkwrite_novma
159 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/arc/include/asm/
H A Dhugepage.h31 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
/linux/include/asm-generic/
H A Dhugetlb.h20 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h141 static inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) |= SUN3_PAGE_WRITEABLE; return pte; } in pte_mkwrite_novma() function
H A Dmotorola_pgtable.h153 static inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) &= ~_PAGE_RONLY; return pte; } in pte_mkwrite_novma() function
H A Dmcf_pgtable.h207 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h443 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
844 return pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))); in pmd_mkwrite_novma()
1082 return pte_pud(pte_mkwrite_novma(pud_pte(pud))); in pud_mkwrite()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h598 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
905 #define pud_mkwrite(pud) pte_pud(pte_mkwrite_novma(pud_pte(pud)))
1056 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h489 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst48 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type |
/linux/arch/parisc/include/asm/
H A Dpgtable.h314 static inline pte_t pte_mkwrite_novma(pte_t pte) { pte_val(pte) |= _PAGE_WRITE; return pte; } in pte_mkwrite_novma() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h254 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
589 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
635 #define pud_mkwrite_novma(pud) pte_pud(pte_mkwrite_novma(pud_pte(pud)))
/linux/arch/loongarch/include/asm/
H A Dpgtable.h422 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/x86/include/asm/
H A Dpgtable.h464 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1043 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/x86/xen/
H A Dmmu_pv.c215 ptev = pte_mkwrite_novma(*pte); in make_lowmem_page_readwrite()
/linux/mm/
H A Dhugetlb.c4827 entry = pte_mkwrite_novma(pte_mkdirty(entry)); in make_huge_pte()