Home
last modified time | relevance | path

Searched refs:ptep_modify_prot_commit (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/mm/
Dmapping_dirty_helpers.c42 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in wp_pte()
99 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in clean_record_pte()
Dmprotect.c140 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
Dmemory.c4196 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
/Linux-v5.10/arch/x86/include/asm/
Dparavirt.h403 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
407 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
Dparavirt_types.h249 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/Linux-v5.10/arch/x86/kernel/
Dparavirt.c366 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dpgtable.c440 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/Linux-v5.10/include/linux/
Dpgtable.h826 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
/Linux-v5.10/arch/x86/xen/
Denlighten_pv.c1282 pv_ops.mmu.ptep_modify_prot_commit = in xen_start_kernel()
Dmmu_pv.c2104 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1349 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/Linux-v5.10/arch/s390/mm/
Dpgtable.c341 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/Linux-v5.10/arch/s390/include/asm/
Dpgtable.h1071 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/Linux-v5.10/fs/proc/
Dtask_mmu.c1055 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()