Searched refs:pte_mkwrite (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.6/arch/x86/include/asm/ |
| D | pgtable.h | 460 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma); 461 #define pte_mkwrite pte_mkwrite macro
|
| /Linux-v6.6/mm/ |
| D | debug_vm_pgtable.c | 112 WARN_ON(!pte_write(pte_mkwrite(pte_wrprotect(pte), args->vma))); in pte_basic_tests() 115 WARN_ON(pte_write(pte_wrprotect(pte_mkwrite(pte, args->vma)))); in pte_basic_tests() 159 pte = pte_mkwrite(pte, args->vma); in pte_advanced_tests()
|
| D | migrate_device.c | 627 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
|
| D | userfaultfd.c | 89 _dst_pte = pte_mkwrite(_dst_pte, dst_vma); in mfill_atomic_install_pte()
|
| D | mprotect.c | 188 ptent = pte_mkwrite(ptent, vma); in change_pte_range()
|
| D | migrate.c | 223 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
|
| D | memory.c | 4131 entry = pte_mkwrite(pte_mkdirty(entry), vma); in do_anonymous_page() 4849 pte = pte_mkwrite(pte, vma); in do_numa_page()
|
| D | huge_memory.c | 2237 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
|
| /Linux-v6.6/Documentation/mm/ |
| D | arch_pgtable_helpers.rst | 49 | pte_mkwrite | Creates a writable PTE of the type specified by |
|
| /Linux-v6.6/include/linux/ |
| D | pgtable.h | 602 #ifndef pte_mkwrite 603 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|
| D | mm.h | 1331 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
|
| /Linux-v6.6/arch/x86/mm/ |
| D | pgtable.c | 885 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|