Searched refs:pte_mkwrite (Results 1 – 12 of 12) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 509 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma); 510 #define pte_mkwrite pte_mkwrite macro
|
/linux/mm/ |
H A D | debug_vm_pgtable.c | 98 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 D | migrate_device.c | 633 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
|
H A D | userfaultfd.c | 190 _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 D | mprotect.c | 193 ptent = pte_mkwrite(ptent, vma); in change_pte_range()
|
H A D | memory.c | 1023 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 D | migrate.c | 294 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
|
H A D | huge_memory.c | 2840 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
|
/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 47 | pte_mkwrite | Creates a writable PTE of the type specified by |
|
/linux/include/linux/ |
H A D | pgtable.h | 810 #ifndef pte_mkwrite 811 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|
H A D | mm.h | 1340 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
|
/linux/arch/x86/mm/ |
H A D | pgtable.c | 902 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|