Home
last modified time | relevance | path

Searched refs:pte_mkwrite (Results 1 – 13 of 13) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dpgtable.h455 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma);
456 #define pte_mkwrite pte_mkwrite macro
/linux/mm/
H A Ddebug_vm_pgtable.c100 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 Duserfaultfd.c188 _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 Dmprotect.c134 ptent = pte_mkwrite(ptent, vma); in prot_commit_flush_ptes()
H A Dinternal.h383 *ptentp = pte_mkwrite(*ptentp, vma); in folio_pte_batch_flags()
H A Dmigrate_device.c1051 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
H A Dmemory.c900 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 Dmigrate.c393 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
H A Dhuge_memory.c3242 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst45 | pte_mkwrite | Creates a writable PTE of the type specified by |
/linux/include/linux/
H A Dpgtable.h1017 #ifndef pte_mkwrite
1018 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
H A Dmm.h1693 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
/linux/arch/x86/mm/
H A Dpgtable.c802 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function