Searched refs:ident_pte (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/xen/
H A Dmmu.c1820 unsigned ident_pte; xen_map_identity_early() local
1826 ident_pte = 0; xen_map_identity_early()
1836 if (ident_pte == LEVEL1_IDENT_ENTRIES) xen_map_identity_early()
1839 pte_page = &level1_ident_pgt[ident_pte]; xen_map_identity_early()
1840 ident_pte += PTRS_PER_PTE; xen_map_identity_early()
1860 for (pteidx = 0; pteidx < ident_pte; pteidx += PTRS_PER_PTE) xen_map_identity_early()

Completed in 54 milliseconds