Home
last modified time | relevance | path

Searched refs:pte_mkwrite_novma (Results 1 – 21 of 21) 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/arm64/mm/
H A Dtrans_pgd.c44 __set_pte(dst_ptep, pte_mkwrite_novma(pte)); in _copy_pte()
60 __set_pte(dst_ptep, pte_mkpresent(pte_mkwrite_novma(pte))); in _copy_pte()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h152 #ifndef pte_mkwrite_novma
153 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.h25 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
/linux/arch/s390/include/asm/
H A Dhugetlb.h109 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h147 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 Dmcf_pgtable.h213 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
H A Dmotorola_pgtable.h159 static inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) &= ~_PAGE_RONLY; return pte; } in pte_mkwrite_novma() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h303 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h135 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/mips/include/asm/
H A Dpgtable.h322 static inline pte_t pte_mkwrite_novma(pte_t pte) function
377 static inline pte_t pte_mkwrite_novma(pte_t pte) function
/linux/arch/csky/include/asm/
H A Dpgtable.h179 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/alpha/include/asm/
H A Dpgtable.h259 extern inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) &= ~_PAGE_FOW; return pte; } in pte_mkwrite_novma() function
/linux/arch/arm/include/asm/
H A Dpgtable.h235 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h269 static inline pte_t pte_mkwrite_novma(pte_t pte) \ in pte_mkwrite_novma() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h253 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h242 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h265 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst50 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type |
/linux/arch/s390/mm/
H A Dpageattr.c101 new = pte_mkwrite_novma(pte_mkdirty(new)); in walk_pte_level()