| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/ |
| H A D | pte-8xx.h | 104 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function 109 #define pte_mkwrite pte_mkwrite macro
|
| H A D | pgtable.h | 174 #ifndef pte_mkwrite 175 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function 325 pte_t pte_set = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(0))))); in __ptep_set_access_flags() 326 pte_t pte_clr = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(~0))))); in __ptep_set_access_flags()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | hugepage.h | 24 #define pmd_mkwrite(pmd) pte_pmd(pte_mkwrite(pmd_pte(pmd)))
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | hugetlb.h | 102 return pte_mkwrite(pte); in huge_pte_mkwrite()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | hugetlb.h | 22 return pte_mkwrite(pte); in huge_pte_mkwrite()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | hibernate.c | 475 set_pte(dst_ptep, pte_mkwrite(pte)); in _copy_pte() 488 set_pte(dst_ptep, pte_mkpresent(pte_mkwrite(pte))); in _copy_pte()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 165 static inline pte_t pte_mkwrite(pte_t pte) { pte_val(pte) |= SUN3_PAGE_WRITEABLE; return pte; } in pte_mkwrite() function
|
| H A D | motorola_pgtable.h | 181 static inline pte_t pte_mkwrite(pte_t pte) { pte_val(pte) &= ~_PAGE_RONLY; return pte; } in pte_mkwrite() function
|
| H A D | mcf_pgtable.h | 268 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable.h | 336 static inline pte_t pte_mkwrite(pte_t pte) function 391 static inline pte_t pte_mkwrite(pte_t pte) function
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | pgtable.h | 153 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 326 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 103 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | pgtable.h | 199 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug_vm_pgtable.c | 81 WARN_ON(!pte_write(pte_mkwrite(pte_wrprotect(pte)))); in pte_basic_tests() 84 WARN_ON(pte_write(pte_wrprotect(pte_mkwrite(pte)))); in pte_basic_tests() 116 pte = pte_mkwrite(pte); in pte_advanced_tests()
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | pgtable.h | 223 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | pgtable.h | 275 extern inline pte_t pte_mkwrite(pte_t pte) { pte_val(pte) &= ~_PAGE_FOW; return pte; } in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 280 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable.h | 244 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 269 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 259 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| H A D | pgtable_64.h | 489 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function 782 pte = pte_mkwrite(pte); in pmd_mkwrite()
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | pgtable.h | 270 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | pgtable.h | 255 static inline pte_t pte_mkwrite(pte_t pte) in pte_mkwrite() function
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pageattr.c | 96 new = pte_mkwrite(pte_mkdirty(new)); in walk_pte_level()
|