Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dmapping_dirty_helpers.c44 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()
Dmprotect.c200 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
Dmemory.c4810 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
/linux-6.1.9/arch/x86/include/asm/
Dparavirt.h432 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
436 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
Dparavirt_types.h209 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/linux-6.1.9/arch/x86/kernel/
Dparavirt.c347 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dpgtable.c457 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/linux-6.1.9/include/linux/
Dpgtable.h964 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1409 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/linux-6.1.9/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-6.1.9/arch/s390/include/asm/
Dpgtable.h1133 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/linux-6.1.9/fs/proc/
Dtask_mmu.c1117 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c2131 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,