Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/xen/
Dmmu_pv.c1778 unsigned ident_pte; in xen_map_identity_early() local
1784 ident_pte = 0; in xen_map_identity_early()
1794 if (ident_pte == LEVEL1_IDENT_ENTRIES) in xen_map_identity_early()
1797 pte_page = &level1_ident_pgt[ident_pte]; in xen_map_identity_early()
1798 ident_pte += PTRS_PER_PTE; in xen_map_identity_early()
1818 for (pteidx = 0; pteidx < ident_pte; pteidx += PTRS_PER_PTE) in xen_map_identity_early()