Home
last modified time | relevance | path

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

/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 Dmemory.c970 pte = pte_mkwrite(pte, vma); in restore_exclusive_pte()
5191 pte = pte_mkwrite(pte, vma); in do_swap_page()
5400 entry = pte_mkwrite(pte_mkdirty(entry), vma); in map_anon_folio_pte_nopf()
6205 pte = pte_mkwrite(pte, vma); in numa_rebuild_single_mapping()
6281 pte = pte_mkwrite(pte, vmf->vma); in do_uffd_rwp()
H A Dinternal.h458 *ptentp = pte_mkwrite(*ptentp, vma); in folio_pte_batch_flags()
H A Dmigrate_device.c1059 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
H A Duserfaultfd.c377 _dst_pte = pte_mkwrite(_dst_pte, dst_vma); in mfill_atomic_install_pte()
1363 orig_dst_pte = pte_mkwrite(orig_dst_pte, dst_vma); in move_present_ptes()
H A Dmigrate.c401 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
H A Dhuge_memory.c3440 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
/linux/include/linux/
H A Dmm.h2036 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()