ptep_modify_prot_commit
#define ptep_modify_prot_commit ptep_modify_prot_commit
extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
PVOP_VCALL4(pv_ops, mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte);
void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr,
.mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
pv_ops.mmu.ptep_modify_prot_commit = xen_ptep_modify_prot_commit;
ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent);
ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent);
ptep_modify_prot_commit(vma, addr, ptep, old_pte, pte);
ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent);
ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent);
ptep_modify_prot_commit(vma, fault_addr, fault_pte, old_pte, pte);