Searched refs:ptep_modify_prot_commit (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt.h | 496 static inline void ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_commit() function 501 pv_mmu_ops.ptep_modify_prot_commit(mm, addr, ptep, pte); in ptep_modify_prot_commit() 503 PVOP_VCALL4(pv_mmu_ops.ptep_modify_prot_commit, in ptep_modify_prot_commit()
|
D | paravirt_types.h | 288 void (*ptep_modify_prot_commit)(struct mm_struct *mm, unsigned long addr, member
|
/linux-4.1.27/arch/x86/kernel/ |
D | paravirt.c | 452 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/linux-4.1.27/mm/ |
D | mprotect.c | 107 ptep_modify_prot_commit(mm, addr, pte, ptent); in change_pte_range()
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable.h | 399 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit() function
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1585 pv_mmu_ops.ptep_modify_prot_commit = xen_ptep_modify_prot_commit; in xen_start_kernel()
|
D | mmu.c | 2107 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 1104 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit() function
|