Searched refs:p2m_identity_pte (Results 1 – 1 of 1) sorted by relevance
116 static pte_t *p2m_identity_pte; variable 248 if (ptep == p2m_missing_pte || ptep == p2m_identity_pte) { in xen_build_mfn_list_list() 337 p2m_identity_pte = alloc_p2m_page(); in xen_rebuild_p2m_list() 338 paravirt_alloc_pte(&init_mm, __pa(p2m_identity_pte) >> PAGE_SHIFT); in xen_rebuild_p2m_list() 342 set_pte(p2m_identity_pte + i, in xen_rebuild_p2m_list() 392 p2m_missing_pte : p2m_identity_pte; in xen_rebuild_p2m_list() 455 * a new pmd is to replace p2m_missing_pte or p2m_identity_pte by a individual in get_phys_to_machine() 535 if (pte_pg == p2m_missing_pte || pte_pg == p2m_identity_pte) { in xen_alloc_p2m_entry()