Searched refs:n_pt (Results 1 – 1 of 1) sorted by relevance
1885 int n_pte, n_pt, n_pmd, n_pud, idx_pte, idx_pt, idx_pmd, idx_pud; in xen_relocate_p2m() local1894 n_pt = roundup(size, PMD_SIZE) >> PMD_SHIFT; in xen_relocate_p2m()1897 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m()1916 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()1927 for (idx_pt = 0; idx_pt < min(n_pt, PTRS_PER_PMD); in xen_relocate_p2m()1946 n_pt -= PTRS_PER_PMD; in xen_relocate_p2m()