Home
last modified time | relevance | path

Searched refs:ptep_modify_prot_commit (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dmapping_dirty_helpers.c42 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()
H A Dmprotect.c140 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
H A Dmemory.c4558 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt.h403 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()
H A Dparavirt_types.h247 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dparavirt.c365 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpgtable.c440 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h827 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pv.c1303 pv_ops.mmu.ptep_modify_prot_commit = in xen_start_kernel()
H A Dmmu_pv.c2104 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1353 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dpgtable.c341 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h1090 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c1158 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()