| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | pte-8xx.h | 108 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 D | pgtable.h | 158 #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 D | hugepage.h | 31 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
|
| /linux/include/asm-generic/ |
| H A D | hugetlb.h | 20 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 141 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 D | motorola_pgtable.h | 153 static inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) &= ~_PAGE_RONLY; return pte; } in pte_mkwrite_novma() function
|
| H A D | mcf_pgtable.h | 207 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 443 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 D | pgtable.h | 598 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 D | pgtable.h | 489 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 48 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type |
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 314 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 D | pgtable.h | 254 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 D | pgtable.h | 422 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 464 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 1043 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 215 ptev = pte_mkwrite_novma(*pte); in make_lowmem_page_readwrite()
|
| /linux/mm/ |
| H A D | hugetlb.c | 4827 entry = pte_mkwrite_novma(pte_mkdirty(entry)); in make_huge_pte()
|