Searched refs:ptep_modify_prot_commit (Results 1 – 15 of 15) sorted by relevance
/linux-6.14.4/mm/ |
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()
|
D | mprotect.c | 195 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
|
D | memory.c | 5612 ptep_modify_prot_commit(vma, fault_addr, fault_pte, old_pte, pte); in numa_rebuild_single_mapping()
|
/linux-6.14.4/arch/x86/kernel/ |
D | paravirt.c | 227 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/linux-6.14.4/arch/x86/include/asm/ |
D | paravirt.h | 420 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function 424 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
|
D | paravirt_types.h | 175 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
|
/linux-6.14.4/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 554 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | pgtable.h | 1533 #define ptep_modify_prot_commit ptep_modify_prot_commit macro 1534 extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
|
/linux-6.14.4/include/linux/ |
D | pgtable.h | 1329 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
|
/linux-6.14.4/arch/s390/mm/ |
D | pgtable.c | 347 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/linux-6.14.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1417 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/linux-6.14.4/fs/proc/ |
D | task_mmu.c | 1405 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty() 2128 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in make_uffd_wp_pte()
|
/linux-6.14.4/arch/arm64/mm/ |
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.14.4/arch/s390/include/asm/ |
D | pgtable.h | 1247 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/linux-6.14.4/arch/x86/xen/ |
D | mmu_pv.c | 2206 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,
|