Searched refs:ptep_modify_prot_commit (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt.h | 435 static inline void ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_commit() function 440 pv_mmu_ops.ptep_modify_prot_commit(mm, addr, ptep, pte); in ptep_modify_prot_commit() 442 PVOP_VCALL4(pv_mmu_ops.ptep_modify_prot_commit, in ptep_modify_prot_commit()
|
D | paravirt_types.h | 253 void (*ptep_modify_prot_commit)(struct mm_struct *mm, unsigned long addr, member
|
/Linux-v4.19/arch/x86/kernel/ |
D | paravirt.c | 432 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/Linux-v4.19/arch/s390/mm/ |
D | pgtable.c | 323 void ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in ptep_modify_prot_commit() function 340 EXPORT_SYMBOL(ptep_modify_prot_commit);
|
/Linux-v4.19/mm/ |
D | mprotect.c | 124 ptep_modify_prot_commit(mm, addr, pte, ptent); in change_pte_range()
|
D | memory.c | 3814 ptep_modify_prot_commit(vma->vm_mm, vmf->address, vmf->pte, pte); in do_numa_page()
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 620 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit() function
|
/Linux-v4.19/arch/x86/xen/ |
D | enlighten_pv.c | 1280 pv_mmu_ops.ptep_modify_prot_commit = xen_ptep_modify_prot_commit; in xen_start_kernel()
|
D | mmu_pv.c | 2419 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 1039 void ptep_modify_prot_commit(struct mm_struct *, unsigned long, pte_t *, pte_t);
|
/Linux-v4.19/fs/proc/ |
D | task_mmu.c | 944 ptep_modify_prot_commit(vma->vm_mm, addr, pte, ptent); in clear_soft_dirty()
|