Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dmmu_pv.c1946 int n_pte, n_pt, n_pmd, n_pud, idx_pte, idx_pt, idx_pmd, idx_pud; in xen_relocate_p2m() local
1956 n_pmd = roundup(size, PUD_SIZE) >> PUD_SHIFT; in xen_relocate_p2m()
1958 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m()
1976 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
1984 for (idx_pmd = 0; idx_pmd < min(n_pmd, PTRS_PER_PUD); in xen_relocate_p2m()
2015 n_pmd -= PTRS_PER_PUD; in xen_relocate_p2m()