| /linux-4.4.14/arch/sparc/include/asm/ |
| D | hugetlb.h | 54 return pte_wrprotect(pte); in huge_pte_wrprotect() 61 set_huge_pte_at(mm, addr, ptep, pte_wrprotect(old_pte)); in huge_ptep_set_wrprotect()
|
| D | pgtable_32.h | 230 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| D | pgtable_64.h | 490 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 722 pte = pte_wrprotect(pte); in pmd_wrprotect()
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | hugetlb.h | 69 set_huge_pte_at(mm, addr, ptep, pte_wrprotect(pte)); in huge_ptep_set_wrprotect() 104 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 917 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 1253 pte = pte_wrprotect(pte); in ptep_set_wrprotect()
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | hugetlb.h | 63 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 267 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/parisc/include/asm/ |
| D | hugetlb.h | 54 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 364 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } in pte_wrprotect() function 507 set_pte(ptep, pte_wrprotect(*ptep)); in ptep_set_wrprotect()
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | hugetlb.h | 47 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 306 #define pte_wrprotect(pte) (__pte(pte_val(pte) & ~_PAGE_AR_RW)) macro 444 new = pte_val(pte_wrprotect(__pte (old))); in ptep_set_wrprotect() 448 set_pte_at(mm, addr, ptep, pte_wrprotect(old_pte)); in ptep_set_wrprotect()
|
| /linux-4.4.14/arch/metag/include/asm/ |
| D | hugetlb.h | 49 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 130 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= (~_PAGE_WRITE); return pte; } in pte_wrprotect() function
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | hugetlb.h | 61 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable_64.h | 265 static inline pte_t pte_wrprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_WRITE)); r… in pte_wrprotect() function
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | hugetlb.h | 92 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 184 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 353 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | hugetlb.h | 63 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 208 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/tile/include/asm/ |
| D | hugetlb.h | 76 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 207 #define pte_wrprotect hv_pte_clear_writable macro 474 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | hugetlb.h | 81 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 289 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 338 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/arc/include/asm/ |
| D | hugepage.h | 26 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
|
| /linux-4.4.14/arch/xtensa/include/asm/ |
| D | pgtable.h | 265 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function 356 update_pte(ptep, pte_wrprotect(pte)); in ptep_set_wrprotect()
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | hugetlb.h | 146 return pte_wrprotect(pte); in huge_pte_wrprotect()
|
| D | pgtable.h | 81 static inline pte_t pte_wrprotect(pte_t pte) { in pte_wrprotect() function
|
| D | pgtable-ppc64.h | 519 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
|
| /linux-4.4.14/mm/kasan/ |
| D | kasan_init.c | 53 zero_pte = pte_wrprotect(zero_pte); in zero_pte_populate()
|
| /linux-4.4.14/arch/s390/mm/ |
| D | pageattr.c | 85 change_page_attr(addr, numpages, pte_wrprotect); in set_memory_ro()
|
| /linux-4.4.14/arch/parisc/mm/ |
| D | hugetlbpage.c | 168 __set_huge_pte_at(mm, addr, ptep, pte_wrprotect(old_pte)); in huge_ptep_set_wrprotect()
|
| /linux-4.4.14/arch/m68k/mm/ |
| D | mcfmmu.c | 134 set_pte(pte, pte_wrprotect(*pte)); in cf_tlb_miss()
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | mmu_context.h | 141 set_pte(pte, pte_wrprotect(*pte)); in load_ksp_mmu()
|
| D | sun3_pgtable.h | 171 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } in pte_wrprotect() function
|
| D | mcf_pgtable.h | 250 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| D | motorola_pgtable.h | 172 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } in pte_wrprotect() function
|
| /linux-4.4.14/arch/nios2/include/asm/ |
| D | pgtable.h | 140 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/cris/include/asm/ |
| D | pgtable.h | 119 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_vm.c | 505 (pte_wrprotect in drm_mmap_dma() 589 (pte_wrprotect in drm_mmap_locked()
|
| /linux-4.4.14/arch/m32r/include/asm/ |
| D | pgtable.h | 223 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/score/include/asm/ |
| D | pgtable.h | 194 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/hexagon/include/asm/ |
| D | pgtable.h | 363 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/avr32/include/asm/ |
| D | pgtable.h | 210 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/um/include/asm/ |
| D | pgtable.h | 198 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/alpha/include/asm/ |
| D | pgtable.h | 272 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } in pte_wrprotect() function
|
| /linux-4.4.14/arch/openrisc/include/asm/ |
| D | pgtable.h | 245 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/include/asm-generic/ |
| D | pgtable.h | 189 set_pte_at(mm, address, ptep, pte_wrprotect(old_pte)); in ptep_set_wrprotect()
|
| /linux-4.4.14/arch/microblaze/include/asm/ |
| D | pgtable.h | 343 static inline pte_t pte_wrprotect(pte_t pte) \ in pte_wrprotect() function
|
| /linux-4.4.14/arch/mn10300/include/asm/ |
| D | pgtable.h | 254 static inline pte_t pte_wrprotect(pte_t pte) in pte_wrprotect() function
|
| /linux-4.4.14/arch/frv/include/asm/ |
| D | pgtable.h | 382 static inline pte_t pte_wrprotect(pte_t pte) { (pte).pte |= _PAGE_WP; return pte; } in pte_wrprotect() function
|
| /linux-4.4.14/drivers/lguest/ |
| D | page_tables.c | 522 set_pte(spte, gpte_to_spte(cpu, pte_wrprotect(gpte), 0)); in demand_page()
|
| /linux-4.4.14/arch/x86/kernel/ |
| D | vm86_32.c | 184 set_pte(pte, pte_wrprotect(*pte)); in mark_screen_rdonly()
|
| /linux-4.4.14/mm/ |
| D | rmap.c | 994 entry = pte_wrprotect(entry); in page_mkclean_one()
|
| D | ksm.c | 907 entry = pte_mkclean(pte_wrprotect(entry)); in write_protect_page()
|
| D | huge_memory.c | 1854 entry = pte_wrprotect(entry); in __split_huge_page_map()
|
| D | memory.c | 902 pte = pte_wrprotect(pte); in copy_one_pte()
|
| /linux-4.4.14/fs/proc/ |
| D | task_mmu.c | 796 ptent = pte_wrprotect(ptent); in clear_soft_dirty()
|
| /linux-4.4.14/arch/x86/xen/ |
| D | mmu.c | 167 ptev = pte_wrprotect(*pte); in make_lowmem_page_readonly()
|