Searched refs:pte_mkwrite (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | pgtable.h | 509 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma); 510 #define pte_mkwrite pte_mkwrite macro
|
| /linux-6.15/mm/ |
| H A D | debug_vm_pgtable.c | 98 WARN_ON(!pte_write(pte_mkwrite(pte_wrprotect(pte), args->vma))); in pte_basic_tests() 101 WARN_ON(pte_write(pte_wrprotect(pte_mkwrite(pte, args->vma)))); in pte_basic_tests() 145 pte = pte_mkwrite(pte, args->vma); in pte_advanced_tests()
|
| H A D | mprotect.c | 193 ptent = pte_mkwrite(ptent, vma); in change_pte_range()
|
| H A D | migrate_device.c | 652 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
|
| H A D | userfaultfd.c | 187 _dst_pte = pte_mkwrite(_dst_pte, dst_vma); in mfill_atomic_install_pte() 1073 orig_dst_pte = pte_mkwrite(orig_dst_pte, dst_vma); in move_present_pte()
|
| H A D | memory.c | 747 pte = pte_mkwrite(pte, vma); in restore_exclusive_pte() 1015 pte = pte_mkwrite(pte, src_vma); in copy_present_ptes() 4755 pte = pte_mkwrite(pte, vma); in do_swap_page() 5019 entry = pte_mkwrite(pte_mkdirty(entry), vma); in do_anonymous_page() 5723 pte = pte_mkwrite(pte, vma); in numa_rebuild_single_mapping()
|
| H A D | migrate.c | 286 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
|
| H A D | huge_memory.c | 3048 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
|
| /linux-6.15/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 47 | pte_mkwrite | Creates a writable PTE of the type specified by |
|
| /linux-6.15/include/linux/ |
| H A D | pgtable.h | 840 #ifndef pte_mkwrite 841 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|
| H A D | mm.h | 1458 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | pgtable.c | 861 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|