Searched refs:ptep_modify_prot_commit (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/mm/ |
D | mapping_dirty_helpers.c | 42 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in wp_pte() 99 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in clean_record_pte()
|
D | mprotect.c | 140 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
|
D | memory.c | 4196 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | paravirt.h | 403 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function 407 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
|
D | paravirt_types.h | 249 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
|
/Linux-v5.10/arch/x86/kernel/ |
D | paravirt.c | 366 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 440 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/Linux-v5.10/include/linux/ |
D | pgtable.h | 826 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
|
/Linux-v5.10/arch/x86/xen/ |
D | enlighten_pv.c | 1282 pv_ops.mmu.ptep_modify_prot_commit = in xen_start_kernel()
|
D | mmu_pv.c | 2104 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1349 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/Linux-v5.10/arch/s390/mm/ |
D | pgtable.c | 341 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/Linux-v5.10/arch/s390/include/asm/ |
D | pgtable.h | 1071 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/Linux-v5.10/fs/proc/ |
D | task_mmu.c | 1055 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
|