Searched refs:ptep_modify_prot_commit (Results 1 – 6 of 6) sorted by relevance
/linux/mm/ |
H A D | mapping_dirty_helpers.c | 44 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 D | memory.c | 5615 ptep_modify_prot_commit(vma, fault_addr, fault_pte, old_pte, pte); in numa_rebuild_single_mapping()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 1417 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/linux/fs/proc/ |
H A D | task_mmu.c | 1405 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty() 2128 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in make_uffd_wp_pte()
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1247 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 2206 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,
|