Home
last modified time | relevance | path

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

/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.h282 void (*ptep_modify_prot_commit)(struct mm_struct *mm, unsigned long addr, member
/arch/x86/kernel/
Dparavirt.c451 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/arch/x86/xen/
Denlighten.c1607 pv_mmu_ops.ptep_modify_prot_commit = xen_ptep_modify_prot_commit; in xen_start_kernel()
Dmmu.c2451 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/arch/s390/include/asm/
Dpgtable.h1168 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit() function