Home
last modified time | relevance | path

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

/linux/mm/
H A Dmapping_dirty_helpers.c44 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in wp_pte()
102 ptep_modify_prot_commit(walk->vma, addr, pte, old_pte, ptent); in clean_record_pte()
H A Dmemory.c6115 ptep_modify_prot_commit(vma, fault_addr, fault_pte, old_pte, pte); in numa_rebuild_single_mapping()
/linux/arch/arm64/include/asm/
H A Dpgtable.h1632 #define ptep_modify_prot_commit ptep_modify_prot_commit macro
1633 extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1446 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/linux/arch/s390/include/asm/
H A Dpgtable.h1201 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/linux/arch/x86/xen/
H A Dmmu_pv.c2215 pv_ops.mmu.ptep_modify_prot_commit = xen_ptep_modify_prot_commit; in xen_init_mmu_ops()