Searched refs:ptep_modify_prot_commit (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | paravirt.h | 423 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function 429 pv_ops.mmu.ptep_modify_prot_commit(vma, addr, ptep, pte); in ptep_modify_prot_commit() 431 PVOP_VCALL4(mmu.ptep_modify_prot_commit, in ptep_modify_prot_commit()
|
D | paravirt_types.h | 255 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
|
/Linux-v5.4/arch/x86/kernel/ |
D | paravirt.c | 391 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/Linux-v5.4/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 443 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/Linux-v5.4/mm/ |
D | mprotect.c | 123 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
|
D | memory.c | 3680 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
|
/Linux-v5.4/include/asm-generic/ |
D | pgtable.h | 658 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
|
/Linux-v5.4/arch/x86/xen/ |
D | enlighten_pv.c | 1274 pv_ops.mmu.ptep_modify_prot_commit = in xen_start_kernel()
|
D | mmu_pv.c | 2415 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1337 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/Linux-v5.4/arch/s390/mm/ |
D | pgtable.c | 323 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/Linux-v5.4/arch/s390/include/asm/ |
D | pgtable.h | 1079 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/Linux-v5.4/fs/proc/ |
D | task_mmu.c | 1005 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
|