Home
last modified time | relevance | path

Searched refs:pte_mkwrite_novma (Results 1 – 11 of 11) 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/powerpc/include/asm/nohash/
H A Dpgtable.h158 #ifndef pte_mkwrite_novma
159 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/arch/m68k/include/asm/
H A Dsun3_pgtable.h141 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 Dmotorola_pgtable.h153 static inline pte_t pte_mkwrite_novma(pte_t pte){ pte_val(pte) &= ~_PAGE_RONLY; return pte; } in pte_mkwrite_novma() function
H A Dmcf_pgtable.h207 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.h489 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst48 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type |
/linux/arch/parisc/include/asm/
H A Dpgtable.h314 static inline pte_t pte_mkwrite_novma(pte_t pte) { pte_val(pte) |= _PAGE_WRITE; return pte; } in pte_mkwrite_novma() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h429 static inline pte_t pte_mkwrite_novma(pte_t pte) in pte_mkwrite_novma() function
/linux/arch/x86/xen/
H A Dmmu_pv.c223 ptev = pte_mkwrite_novma(*pte); in make_lowmem_page_readwrite()