Searched refs:ptep_modify_prot_commit (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt.h | 278 void (*ptep_modify_prot_commit)(struct mm_struct *mm, unsigned long addr, member 1144 static inline void ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_commit() function 1149 pv_mmu_ops.ptep_modify_prot_commit(mm, addr, ptep, pte); in ptep_modify_prot_commit() 1151 PVOP_VCALL4(pv_mmu_ops.ptep_modify_prot_commit, in ptep_modify_prot_commit()
|
/arch/x86/kernel/ |
D | paravirt.c | 439 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/arch/x86/xen/ |
D | enlighten.c | 1314 .ptep_modify_prot_commit = __ptep_modify_prot_commit, 1647 pv_mmu_ops.ptep_modify_prot_commit = xen_ptep_modify_prot_commit; in xen_start_kernel()
|