Searched refs:pte_mkwrite (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 455 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma); 456 #define pte_mkwrite pte_mkwrite macro
|
| /linux/mm/ |
| H A D | debug_vm_pgtable.c | 100 WARN_ON(!pte_write(pte_mkwrite(pte_wrprotect(pte), args->vma))); in pte_basic_tests() 103 WARN_ON(pte_write(pte_wrprotect(pte_mkwrite(pte, args->vma)))); in pte_basic_tests() 153 pte = pte_mkwrite(pte, args->vma); in pte_advanced_tests()
|
| H A D | userfaultfd.c | 188 _dst_pte = pte_mkwrite(_dst_pte, dst_vma); in mfill_atomic_install_pte() 1126 orig_dst_pte = pte_mkwrite(orig_dst_pte, dst_vma); in move_present_ptes()
|
| H A D | mprotect.c | 134 ptent = pte_mkwrite(ptent, vma); in prot_commit_flush_ptes()
|
| H A D | internal.h | 383 *ptentp = pte_mkwrite(*ptentp, vma); in folio_pte_batch_flags()
|
| H A D | migrate_device.c | 1051 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
|
| H A D | memory.c | 900 pte = pte_mkwrite(pte, vma); in restore_exclusive_pte() 5020 pte = pte_mkwrite(pte, vma); in do_swap_page() 5285 entry = pte_mkwrite(pte_mkdirty(entry), vma); in do_anonymous_page() 6004 pte = pte_mkwrite(pte, vma); in numa_rebuild_single_mapping()
|
| H A D | migrate.c | 393 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
|
| H A D | huge_memory.c | 3242 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 45 | pte_mkwrite | Creates a writable PTE of the type specified by |
|
| /linux/include/linux/ |
| H A D | pgtable.h | 1017 #ifndef pte_mkwrite 1018 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|
| H A D | mm.h | 1693 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
|
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 802 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|