Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/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-6.15/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-6.15/arch/arc/include/asm/
H A Dhugepage.h31 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
/linux-6.15/include/asm-generic/
H A Dhugetlb.h25 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
/linux-6.15/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-6.15/arch/hexagon/include/asm/
H A Dpgtable.h303 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux-6.15/arch/nios2/include/asm/
H A Dpgtable.h135 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux-6.15/arch/csky/include/asm/
H A Dpgtable.h179 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux-6.15/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-6.15/arch/um/include/asm/
H A Dpgtable.h194 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux-6.15/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-6.15/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-6.15/arch/xtensa/include/asm/
H A Dpgtable.h265 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux-6.15/arch/openrisc/include/asm/
H A Dpgtable.h253 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux-6.15/arch/microblaze/include/asm/
H A Dpgtable.h269 static inline pte_t pte_mkwrite_novma(pte_t pte) \ in pte_mkwrite_novma() function
/linux-6.15/arch/arm/include/asm/
H A Dpgtable.h234 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux-6.15/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-6.15/arch/riscv/include/asm/
H A Dpgtable.h430 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
777 return pte_pmd(pte_mkwrite_novma(pmd_pte(pmd))); in pmd_mkwrite_novma()
/linux-6.15/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-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst50 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type |
/linux-6.15/arch/parisc/include/asm/
H A Dpgtable.h325 static inline pte_t pte_mkwrite_novma(pte_t pte) { pte_val(pte) |= _PAGE_WRITE; return pte; } in pte_mkwrite_novma() function

12