Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h111 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 Dpgtable.h173 #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 Dtrans_pgd.c44 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 Dhugepage.h24 #define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
/openbmc/linux/include/asm-generic/
H A Dhugetlb.h25 return pte_mkwrite_novma(pte); in huge_pte_mkwrite()
/openbmc/linux/arch/s390/include/asm/
H A Dhugetlb.h116 return pte_mkwrite_novma(pte);
/openbmc/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
/openbmc/linux/arch/hexagon/include/asm/
H A Dpgtable.h303 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/openbmc/linux/arch/nios2/include/asm/
H A Dpgtable.h132 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/openbmc/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
/openbmc/linux/arch/csky/include/asm/
H A Dpgtable.h179 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 Dpgtable.h88 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h404 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 Dpgtable.h210 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 Dpgtable.h573 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 Dpgtable.h259 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 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
780 pte = pte_mkwrite_novma(pte); in pmd_mkwrite_novma()
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h233 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h253 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgtable.h269 static inline pte_t pte_mkwrite_novma(pte_t pte) \ in pte_mkwrite_novma() function
/openbmc/linux/arch/xtensa/include/asm/
H A Dpgtable.h265 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h272 #define pte_mkwrite_novma(pte) (__pte(pte_val(pte) | _PAGE_AR_RW)) macro

12