Searched refs:modify_prot_start_ptes (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | pgtable.h | 1414 #ifndef modify_prot_start_ptes 1415 static inline pte_t modify_prot_start_ptes(struct vm_area_struct *vma, in modify_prot_start_ptes() function
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 1646 #define modify_prot_start_ptes modify_prot_start_ptes macro 1647 extern pte_t modify_prot_start_ptes(struct vm_area_struct *vma,
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 1521 pte_t modify_prot_start_ptes(struct vm_area_struct *vma, unsigned long addr, in modify_prot_start_ptes() function 1542 return modify_prot_start_ptes(vma, addr, ptep, 1); in ptep_modify_prot_start()
|
/linux/mm/ |
H A D | mprotect.c | 328 oldpte = modify_prot_start_ptes(vma, addr, pte, nr_ptes); in change_pte_range()
|