Home
last modified time | relevance | path

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

/openbmc/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 Dmprotect.c190 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
H A Dmemory.c4894 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
/openbmc/linux/arch/x86/include/asm/
H 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()
H A Dparavirt_types.h186 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c263 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h1115 #define ptep_modify_prot_commit ptep_modify_prot_commit macro
1116 extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c537 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/openbmc/linux/include/linux/
H A Dpgtable.h1105 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1439 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/openbmc/linux/arch/s390/mm/
H A Dpgtable.c366 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c1488 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, in ptep_modify_prot_commit()
1485 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, ptep_modify_prot_commit() function
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1166 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1119 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c2206 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,