ident_pte 1778 arch/x86/xen/mmu_pv.c unsigned ident_pte; ident_pte 1784 arch/x86/xen/mmu_pv.c ident_pte = 0; ident_pte 1794 arch/x86/xen/mmu_pv.c if (ident_pte == LEVEL1_IDENT_ENTRIES) ident_pte 1797 arch/x86/xen/mmu_pv.c pte_page = &level1_ident_pgt[ident_pte]; ident_pte 1798 arch/x86/xen/mmu_pv.c ident_pte += PTRS_PER_PTE; ident_pte 1818 arch/x86/xen/mmu_pv.c for (pteidx = 0; pteidx < ident_pte; pteidx += PTRS_PER_PTE)