Home
last modified time | relevance | path

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

/linux/mm/
H A 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()
H A Dmemory.c5779 ptep_modify_prot_commit(vma, fault_addr, fault_pte, old_pte, pte); in numa_rebuild_single_mapping()
/linux/arch/x86/kernel/
H A Dparavirt.c202 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/linux/arch/x86/include/asm/
H A Dparavirt.h404 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
408 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
H A Dparavirt_types.h173 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c546 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/linux/include/linux/
H A Dpgtable.h1383 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
1461 ptep_modify_prot_commit(vma, addr, ptep, old_pte, pte); in modify_prot_commit_ptes()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1367 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/linux/arch/s390/mm/
H A Dpgtable.c349 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/linux/arch/arm64/mm/
H A Dmmu.c1559 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, in ptep_modify_prot_commit() function
/linux/fs/proc/
H A Dtask_mmu.c1546 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
2283 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in make_uffd_wp_pte()
/linux/arch/x86/xen/
H A Dmmu_pv.c2203 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,