p2m_identity_pte  115 arch/x86/xen/p2m.c static pte_t *p2m_identity_pte;
p2m_identity_pte  258 arch/x86/xen/p2m.c 		if (ptep == p2m_missing_pte || ptep == p2m_identity_pte) {
p2m_identity_pte  347 arch/x86/xen/p2m.c 	p2m_identity_pte = alloc_p2m_page();
p2m_identity_pte  348 arch/x86/xen/p2m.c 	paravirt_alloc_pte(&init_mm, __pa(p2m_identity_pte) >> PAGE_SHIFT);
p2m_identity_pte  352 arch/x86/xen/p2m.c 		set_pte(p2m_identity_pte + i,
p2m_identity_pte  406 arch/x86/xen/p2m.c 			p2m_missing_pte : p2m_identity_pte;
p2m_identity_pte  549 arch/x86/xen/p2m.c 	if (pte_pg == p2m_missing_pte || pte_pg == p2m_identity_pte) {