Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable.h440 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma);
441 #define pte_mkwrite pte_mkwrite macro
/linux/arch/x86/include/asm/
H A Dpgtable.h470 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma);
471 #define pte_mkwrite pte_mkwrite macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst45 | pte_mkwrite | Creates a writable PTE of the type specified by |
/linux/mm/
H A Duserfaultfd.c359 _dst_pte = pte_mkwrite(_dst_pte, dst_vma); in mfill_atomic_install_pte()
1212 orig_dst_pte = pte_mkwrite(orig_dst_pte, dst_vma); in move_present_ptes()
H A Dmigrate_device.c1049 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
H A Dmemory.c887 pte = pte_mkwrite(pte, vma); in restore_exclusive_pte()
5093 pte = pte_mkwrite(pte, vma); in do_swap_page()
5295 entry = pte_mkwrite(pte_mkdirty(entry), vma); in map_anon_folio_pte_nopf()
6098 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.c3344 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
/linux/include/linux/
H A Dmm.h1966 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()