Home
last modified time | relevance | path

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

12

/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_mkvalid(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/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/powerpc/include/asm/book3s/64/
H A Dpgtable.h584 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
909 #define pud_mkwrite(pud) pte_pud(pte_mkwrite_novma(pud_pte(pud)))
1054 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
/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/riscv/include/asm/
H A Dpgtable.h418 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
748 return pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))); in pmd_mkwrite_novma()
/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
H A Dpgtable_64.h521 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
781 pte = pte_mkwrite_novma(pte); in pmd_mkwrite_novma()
/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/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h483 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/x86/mm/
H A Dpgtable.c910 pte = pte_mkwrite_novma(pte); in pte_mkwrite()
/linux/arch/s390/include/asm/
H A Dpgtable.h1095 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function

12