Searched refs:pte_mkwrite (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable.h | 460 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma); 461 #define pte_mkwrite pte_mkwrite macro
|
/linux-6.6.21/mm/ |
D | debug_vm_pgtable.c | 112 WARN_ON(!pte_write(pte_mkwrite(pte_wrprotect(pte), args->vma))); in pte_basic_tests() 115 WARN_ON(pte_write(pte_wrprotect(pte_mkwrite(pte, args->vma)))); in pte_basic_tests() 159 pte = pte_mkwrite(pte, args->vma); in pte_advanced_tests()
|
D | userfaultfd.c | 89 _dst_pte = pte_mkwrite(_dst_pte, dst_vma); in mfill_atomic_install_pte()
|
D | migrate_device.c | 627 entry = pte_mkwrite(pte_mkdirty(entry), vma); in migrate_vma_insert_page()
|
D | mprotect.c | 188 ptent = pte_mkwrite(ptent, vma); in change_pte_range()
|
D | migrate.c | 223 pte = pte_mkwrite(pte, vma); in remove_migration_pte()
|
D | memory.c | 4151 entry = pte_mkwrite(pte_mkdirty(entry), vma); in do_anonymous_page() 4869 pte = pte_mkwrite(pte, vma); in do_numa_page()
|
D | huge_memory.c | 2237 entry = pte_mkwrite(entry, vma); in __split_huge_pmd_locked()
|
/linux-6.6.21/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 49 | pte_mkwrite | Creates a writable PTE of the type specified by |
|
/linux-6.6.21/include/linux/ |
D | pgtable.h | 602 #ifndef pte_mkwrite 603 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|
D | mm.h | 1331 pte = pte_mkwrite(pte, vma); in maybe_mkwrite()
|
/linux-6.6.21/arch/x86/mm/ |
D | pgtable.c | 885 pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite() function
|