Searched refs:pte_mkwrite (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 440 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 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 | userfaultfd.c | 359 _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 D | migrate_device.c | 1049 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
|
| H A D | memory.c | 887 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 D | migrate.c | 393 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
|
| H A D | huge_memory.c | 3344 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
|
| /linux/include/linux/ |
| H A D | mm.h | 1966 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
|