Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/xen/
Dmmu_pv.c1885 int n_pte, n_pt, n_pmd, n_pud, idx_pte, idx_pt, idx_pmd, idx_pud; in xen_relocate_p2m() local
1896 n_pud = roundup(size, P4D_SIZE) >> P4D_SHIFT; in xen_relocate_p2m()
1897 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m()
1914 pmd_phys = pud_phys + PFN_PHYS(n_pud); in xen_relocate_p2m()
1920 for (idx_pud = 0; idx_pud < n_pud; idx_pud++) { in xen_relocate_p2m()