Home
last modified time | relevance | path

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

/linux/mm/
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()
A Dmprotect.c195 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
A Dmemory.c5503 ptep_modify_prot_commit(vma, fault_addr, fault_pte, old_pte, pte); in numa_rebuild_single_mapping()
/linux/arch/x86/kernel/
A Dparavirt.c221 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/linux/arch/x86/include/asm/
A Dparavirt.h427 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
431 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
A Dparavirt_types.h178 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c545 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/linux/arch/arm64/include/asm/
A Dpgtable.h1522 #define ptep_modify_prot_commit ptep_modify_prot_commit macro
1523 extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
/linux/include/linux/
A Dpgtable.h1337 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h1417 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/linux/arch/s390/mm/
A Dpgtable.c357 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/linux/fs/proc/
A Dtask_mmu.c1405 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/arm64/mm/
A Dmmu.c1516 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, in ptep_modify_prot_commit() function
/linux/arch/s390/include/asm/
A Dpgtable.h1210 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/linux/arch/x86/xen/
A Dmmu_pv.c2154 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,

Completed in 57 milliseconds