Searched refs:modify_prot_commit_ptes (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | pgtable.h | 1458 #ifndef modify_prot_commit_ptes 1459 static inline void modify_prot_commit_ptes(struct vm_area_struct *vma, unsigned long addr, in modify_prot_commit_ptes() function
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1661 #define modify_prot_commit_ptes modify_prot_commit_ptes macro 1662 extern void modify_prot_commit_ptes(struct vm_area_struct *vma, unsigned long addr,
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 2163 void modify_prot_commit_ptes(struct vm_area_struct *vma, unsigned long addr, in modify_prot_commit_ptes() function 2173 modify_prot_commit_ptes(vma, addr, ptep, old_pte, pte, 1); in ptep_modify_prot_commit()
|
| /linux/mm/ |
| H A D | mprotect.c | 136 modify_prot_commit_ptes(vma, addr, ptep, oldpte, ptent, nr_ptes); in prot_commit_flush_ptes()
|