Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/xen/
Dp2m.c468 static pte_t *alloc_p2m_pmd(unsigned long addr, pte_t *pte_pg) in alloc_p2m_pmd() argument
492 copy_page(pte_newpg[i], pte_pg); in alloc_p2m_pmd()
501 if (ptechk == pte_pg) { in alloc_p2m_pmd()
535 pte_t *ptep, *pte_pg; in xen_alloc_p2m_entry() local
543 pte_pg = (pte_t *)((unsigned long)ptep & ~(PAGE_SIZE - 1)); in xen_alloc_p2m_entry()
545 if (pte_pg == p2m_missing_pte || pte_pg == p2m_identity_pte) { in xen_alloc_p2m_entry()
547 ptep = alloc_p2m_pmd(addr, pte_pg); in xen_alloc_p2m_entry()