Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmmu.c2088 int n_pte, n_pt, n_pmd, n_pud, idx_pte, idx_pt, idx_pmd, idx_pud; in xen_relocate_p2m() local
2134 for (idx_pte = 0; in xen_relocate_p2m()
2135 idx_pte < min(n_pte, PTRS_PER_PTE); in xen_relocate_p2m()
2136 idx_pte++) { in xen_relocate_p2m()
2137 set_pte(pt + idx_pte, in xen_relocate_p2m()