Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/xen/
Dmmu_pv.c1777 unsigned pmdidx, pteidx; in xen_map_identity_early() local
1804 for (pteidx = 0; pteidx < PTRS_PER_PTE; pteidx++, pfn++) { in xen_map_identity_early()
1810 if (!pte_none(pte_page[pteidx])) in xen_map_identity_early()
1814 pte_page[pteidx] = pte; in xen_map_identity_early()
1818 for (pteidx = 0; pteidx < ident_pte; pteidx += PTRS_PER_PTE) in xen_map_identity_early()
1819 set_page_prot(&level1_ident_pgt[pteidx], PAGE_KERNEL_RO); in xen_map_identity_early()