| /linux-6.15/mm/ |
| H A D | mapping_dirty_helpers.c | 44 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in wp_pte() 102 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in clean_record_pte()
|
| H A D | mprotect.c | 195 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
|
| H A D | memory.c | 5724 ptep_modify_prot_commit(vma, fault_addr, fault_pte, old_pte, pte); in numa_rebuild_single_mapping()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | paravirt.c | 201 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | paravirt.h | 415 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function 419 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
|
| H A D | paravirt_types.h | 173 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 553 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1558 #define ptep_modify_prot_commit ptep_modify_prot_commit macro 1559 extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
|
| /linux-6.15/include/linux/ |
| H A D | pgtable.h | 1329 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
|
| /linux-6.15/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 1417 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
| /linux-6.15/arch/s390/mm/ |
| H A D | pgtable.c | 349 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
| /linux-6.15/fs/proc/ |
| H A D | task_mmu.c | 1418 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty() 2152 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in make_uffd_wp_pte()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 1521 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, in ptep_modify_prot_commit() function
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | pgtable.h | 1249 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
| /linux-6.15/arch/x86/xen/ |
| H A D | mmu_pv.c | 2205 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,
|