Searched defs:ident_pfns (Results 1 - 1 of 1) sorted by relevance

/arch/x86/xen/
H A Dp2m.c662 unsigned ident_pfns; local
692 ident_pfns = 0;
697 ident_pfns++;
703 if ((ident_pfns == P2M_PER_PAGE) || (inv_pfns == P2M_PER_PAGE))
709 p2m_top[topidx][mididx] = (ident_pfns ? p2m_identity : p2m_missing);

Completed in 30 milliseconds