Searched refs:pte_mkwrite (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 470 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma); 471 #define pte_mkwrite pte_mkwrite macro
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 45 | pte_mkwrite | Creates a writable PTE of the type specified by |
|
| /linux/mm/ |
| H A D | memory.c | 970 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 D | internal.h | 458 *ptentp = pte_mkwrite(*ptentp, vma); in folio_pte_batch_flags()
|
| H A D | migrate_device.c | 1059 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
|
| H A D | userfaultfd.c | 377 _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 D | migrate.c | 401 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
|
| H A D | huge_memory.c | 3440 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
|
| /linux/include/linux/ |
| H A D | mm.h | 2036 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
|