Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h472 static inline void ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_commit() function
477 pv_mmu_ops.ptep_modify_prot_commit(mm, addr, ptep, pte); in ptep_modify_prot_commit()
479 PVOP_VCALL4(pv_mmu_ops.ptep_modify_prot_commit, in ptep_modify_prot_commit()
Dparavirt_types.h291 void (*ptep_modify_prot_commit)(struct mm_struct *mm, unsigned long addr, member
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c452 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/linux-4.4.14/mm/
Dmprotect.c109 ptep_modify_prot_commit(mm, addr, pte, ptent); in change_pte_range()
/linux-4.4.14/include/asm-generic/
Dpgtable.h442 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit() function
/linux-4.4.14/arch/x86/xen/
Denlighten.c1596 pv_mmu_ops.ptep_modify_prot_commit = xen_ptep_modify_prot_commit; in xen_start_kernel()
Dmmu.c2454 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1166 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit() function
/linux-4.4.14/fs/proc/
Dtask_mmu.c798 ptep_modify_prot_commit(vma->vm_mm, addr, pte, ptent); in clear_soft_dirty()