Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/mm/
H A Dcontpte.c135 pte = pte_mkcont(pte); in __contpte_try_fold()
269 pte = pte_mkcont(pte); in contpte_set_ptes()
H A Dhugetlbpage.c370 return pte_mkcont(entry); in arch_make_huge_pte()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h269 static inline pte_t pte_mkcont(pte_t pte) in pte_mkcont() function