Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable.h509 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma);
510 #define pte_mkwrite pte_mkwrite macro
/linux/mm/
H A Ddebug_vm_pgtable.c98 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 Dmigrate_device.c633 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
H A Duserfaultfd.c190 _dst_pte = pte_mkwrite(_dst_pte, dst_vma); in mfill_atomic_install_pte()
1062 orig_dst_pte = pte_mkwrite(pte_mkdirty(orig_dst_pte), dst_vma); in move_present_pte()
H A Dmprotect.c193 ptent = pte_mkwrite(ptent, vma); in change_pte_range()
H A Dmemory.c1023 pte = pte_mkwrite(pte, src_vma); in copy_present_ptes()
4547 pte = pte_mkwrite(pte, vma); in do_swap_page()
4803 entry = pte_mkwrite(pte_mkdirty(entry), vma); in do_anonymous_page()
5502 pte = pte_mkwrite(pte, vma); in numa_rebuild_single_mapping()
H A Dmigrate.c294 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
H A Dhuge_memory.c2840 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst47 | pte_mkwrite | Creates a writable PTE of the type specified by |
/linux/include/linux/
H A Dpgtable.h810 #ifndef pte_mkwrite
811 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
H A Dmm.h1340 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
/linux/arch/x86/mm/
H A Dpgtable.c902 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function