Home
last modified time | relevance | path

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

/arch/x86/xen/
Dp2m.c669 unsigned ident_pfns; in early_can_reuse_p2m_middle() local
700 ident_pfns = 0; in early_can_reuse_p2m_middle()
705 ident_pfns++; in early_can_reuse_p2m_middle()
711 if ((ident_pfns == P2M_PER_PAGE) || (inv_pfns == P2M_PER_PAGE)) in early_can_reuse_p2m_middle()
717 p2m_top[topidx][mididx] = (ident_pfns ? p2m_identity : p2m_missing); in early_can_reuse_p2m_middle()