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

/linux-4.4.14/arch/x86/xen/
H A Dmmu.c2091 int n_pte, n_pt, n_pmd, n_pud, idx_pte, idx_pt, idx_pmd, idx_pud; xen_relocate_p2m() local
2129 for (idx_pmd = 0; idx_pmd < min(n_pmd, PTRS_PER_PUD); xen_relocate_p2m()
2130 idx_pmd++) { xen_relocate_p2m()
2158 set_pud(pud + idx_pmd, __pud(_PAGE_TABLE | pmd_phys)); xen_relocate_p2m()

Completed in 46 milliseconds