Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dparavirt.h435 static inline void ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_commit() function
440 pv_mmu_ops.ptep_modify_prot_commit(mm, addr, ptep, pte); in ptep_modify_prot_commit()
442 PVOP_VCALL4(pv_mmu_ops.ptep_modify_prot_commit, in ptep_modify_prot_commit()
Dparavirt_types.h253 void (*ptep_modify_prot_commit)(struct mm_struct *mm, unsigned long addr, member
/Linux-v4.19/arch/x86/kernel/
Dparavirt.c432 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/Linux-v4.19/arch/s390/mm/
Dpgtable.c323 void ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_commit() function
340 EXPORT_SYMBOL(ptep_modify_prot_commit);
/Linux-v4.19/mm/
Dmprotect.c124 ptep_modify_prot_commit(mm, addr, pte, ptent); in change_pte_range()
Dmemory.c3814 ptep_modify_prot_commit(vma->vm_mm, vmf->address, vmf->pte, pte); in do_numa_page()
/Linux-v4.19/include/asm-generic/
Dpgtable.h620 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit() function
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1280 pv_mmu_ops.ptep_modify_prot_commit = xen_ptep_modify_prot_commit; in xen_start_kernel()
Dmmu_pv.c2419 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h1039 void ptep_modify_prot_commit(struct mm_struct *, unsigned long, pte_t *, pte_t);
/Linux-v4.19/fs/proc/
Dtask_mmu.c944 ptep_modify_prot_commit(vma->vm_mm, addr, pte, ptent); in clear_soft_dirty()