Searched refs:__contpte_try_unfold (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/mm/ |
H A D | contpte.c | 140 void __contpte_try_unfold(struct mm_struct *mm, unsigned long addr, in __contpte_try_unfold() function 153 EXPORT_SYMBOL_GPL(__contpte_try_unfold); 437 __contpte_try_unfold(vma->vm_mm, addr, ptep, orig_pte); in contpte_ptep_set_access_flags()
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 1536 extern void __contpte_try_unfold(struct mm_struct *mm, unsigned long addr, 1587 __contpte_try_unfold(mm, addr, ptep, pte); in contpte_try_unfold() 1752 __contpte_try_unfold(mm, addr, ptep, orig_pte); in wrprotect_ptes()
|