Searched refs:n_pud (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
2102 n_pud = roundup(size, PGDIR_SIZE) >> PGDIR_SHIFT; xen_relocate_p2m()
2103 n_frames = n_pte + n_pt + n_pmd + n_pud; xen_relocate_p2m()
2120 pmd_phys = pud_phys + PFN_PHYS(n_pud); xen_relocate_p2m()
2126 for (idx_pud = 0; idx_pud < n_pud; idx_pud++) { xen_relocate_p2m()

Completed in 62 milliseconds