Searched refs:ptep_modify_prot_commit (Results  1 – 9 of 9) sorted by relevance
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | paravirt.h | 472 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()
  | 
| D | paravirt_types.h | 291 	void (*ptep_modify_prot_commit)(struct mm_struct *mm, unsigned long addr,  member
  | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | paravirt.c | 452 	.ptep_modify_prot_commit = __ptep_modify_prot_commit,
  | 
| /linux-4.4.14/mm/ | 
| D | mprotect.c | 109 			ptep_modify_prot_commit(mm, addr, pte, ptent);  in change_pte_range()
  | 
| /linux-4.4.14/include/asm-generic/ | 
| D | pgtable.h | 442 static inline void ptep_modify_prot_commit(struct mm_struct *mm,  in ptep_modify_prot_commit()  function
  | 
| /linux-4.4.14/arch/x86/xen/ | 
| D | enlighten.c | 1596 		pv_mmu_ops.ptep_modify_prot_commit = xen_ptep_modify_prot_commit;  in xen_start_kernel()
  | 
| D | mmu.c | 2454 	.ptep_modify_prot_commit = __ptep_modify_prot_commit,
  | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | pgtable.h | 1166 static inline void ptep_modify_prot_commit(struct mm_struct *mm,  in ptep_modify_prot_commit()  function
  | 
| /linux-4.4.14/fs/proc/ | 
| D | task_mmu.c | 798 		ptep_modify_prot_commit(vma->vm_mm, addr, pte, ptent);  in clear_soft_dirty()
  |