Home
last modified time | relevance | path

Searched refs:pte_mkcont (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/mm/
H A Dcontpte.c292 pte = pte_mkcont(pte); in __contpte_try_fold()
480 pte = pte_mkcont(pte); in contpte_set_ptes()
H A Dhugetlbpage.c360 return pte_mkcont(entry); in arch_make_huge_pte()
/linux/arch/arm64/include/asm/
H A Dpgtable.h315 static inline pte_t pte_mkcont(pte_t pte) in pte_mkcont() function