Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
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()
Dmprotect.c190 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
Dmemory.c4850 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
/Linux-v6.6/arch/x86/kernel/
Dparavirt.c264 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/Linux-v6.6/arch/x86/include/asm/
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()
Dparavirt_types.h186 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h1109 #define ptep_modify_prot_commit ptep_modify_prot_commit macro
1110 extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
/Linux-v6.6/arch/powerpc/mm/book3s64/
Dpgtable.c536 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/Linux-v6.6/include/linux/
Dpgtable.h1084 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1465 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/Linux-v6.6/arch/s390/mm/
Dpgtable.c366 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/Linux-v6.6/arch/arm64/mm/
Dmmu.c1485 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, in ptep_modify_prot_commit() function
/Linux-v6.6/arch/s390/include/asm/
Dpgtable.h1156 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/Linux-v6.6/fs/proc/
Dtask_mmu.c1114 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
/Linux-v6.6/arch/x86/xen/
Dmmu_pv.c2157 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,