Searched refs:ptep_modify_prot_commit (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/mm/ |
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()
|
A D | mprotect.c | 203 ptep_modify_prot_commit(vma, addr, pte, oldpte, ptent); in change_pte_range()
|
A D | memory.c | 4759 ptep_modify_prot_commit(vma, vmf->address, vmf->pte, old_pte, pte); in do_numa_page()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | paravirt.h | 434 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function 438 PVOP_VCALL4(mmu.ptep_modify_prot_commit, vma, addr, ptep, pte.pte); in ptep_modify_prot_commit()
|
A D | paravirt_types.h | 196 void (*ptep_modify_prot_commit)(struct vm_area_struct *vma, unsigned long addr, member
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 1105 #define ptep_modify_prot_commit ptep_modify_prot_commit macro 1106 extern void ptep_modify_prot_commit(struct vm_area_struct *vma,
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | paravirt.c | 341 .mmu.ptep_modify_prot_commit = __ptep_modify_prot_commit,
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 457 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 969 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 1336 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | pgtable.c | 366 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in ptep_modify_prot_commit() function
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | mmu.c | 1653 void ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, in ptep_modify_prot_commit() function
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 1160 void ptep_modify_prot_commit(struct vm_area_struct *, unsigned long,
|
/linux-6.3-rc2/fs/proc/ |
A D | task_mmu.c | 1122 ptep_modify_prot_commit(vma, addr, pte, old_pte, ptent); in clear_soft_dirty()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | mmu_pv.c | 2131 .ptep_modify_prot_commit = xen_ptep_modify_prot_commit,
|
Completed in 48 milliseconds