Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dparavirt.h423 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
429 pv_ops.mmu.ptep_modify_prot_commit(vma, addr, ptep, pte); in ptep_modify_prot_commit()
431 PVOP_VCALL4(mmu.ptep_modify_prot_commit, in ptep_modify_prot_commit()
Dparavirt_types.h255 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/Linux-v5.4/arch/x86/kernel/
Dparavirt.c391 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dpgtable.c443 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/Linux-v5.4/mm/
Dmprotect.c123 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
Dmemory.c3680 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
/Linux-v5.4/include/asm-generic/
Dpgtable.h658 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
/Linux-v5.4/arch/x86/xen/
Denlighten_pv.c1274 pv_ops.mmu.ptep_modify_prot_commit = in xen_start_kernel()
Dmmu_pv.c2415 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1337 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/Linux-v5.4/arch/s390/mm/
Dpgtable.c323 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/Linux-v5.4/arch/s390/include/asm/
Dpgtable.h1079 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/Linux-v5.4/fs/proc/
Dtask_mmu.c1005 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()