/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pte-8xx.h | 111 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function 116 #define pte_mkwrite_novma pte_mkwrite_novma macro
|
H A D | pgtable.h | 173 #ifndef pte_mkwrite_novma 174 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/arm64/mm/ |
H A D | trans_pgd.c | 44 set_pte(dst_ptep, pte_mkwrite_novma(pte)); in _copy_pte() 58 set_pte(dst_ptep, pte_mkpresent(pte_mkwrite_novma(pte))); in _copy_pte()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | hugepage.h | 24 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
|
/openbmc/linux/include/asm-generic/ |
H A D | hugetlb.h | 25 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | hugetlb.h | 116 return pte_mkwrite_novma(pte);
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 147 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 | mcf_pgtable.h | 213 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
H A D | motorola_pgtable.h | 159 static inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) &= ~_PAGE_RONLY; return pte; } in pte_mkwrite_novma() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 303 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 132 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 322 static inline pte_t pte_mkwrite_novma(pte_t pte) function 377 static inline pte_t pte_mkwrite_novma(pte_t pte) function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 179 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 88 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 404 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function 692 return pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))); in pmd_mkwrite_novma()
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable.h | 210 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 573 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function 908 #define pud_mkwrite(pud) pte_pud(pte_mkwrite_novma(pud_pte(pud))) 1065 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 259 extern inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) &= ~_PAGE_FOW; return pte; } in pte_mkwrite_novma() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 242 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
H A D | pgtable_64.h | 521 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function 780 pte = pte_mkwrite_novma(pte); in pmd_mkwrite_novma()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 233 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 253 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 269 static inline pte_t pte_mkwrite_novma(pte_t pte) \ in pte_mkwrite_novma() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 265 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 272 #define pte_mkwrite_novma(pte) (__pte(pte_val(pte) | _PAGE_AR_RW)) macro
|