Home
last modified time | relevance | path

Searched refs:modify_prot_start_ptes (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpgtable.h1414 #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 Dpgtable.h1646 #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 Dmmu.c1521 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 Dmprotect.c328 oldpte = modify_prot_start_ptes(vma, addr, pte, nr_ptes); in change_pte_range()