Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmmu.c2087 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local
2100 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m()
2102 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m()
2197 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()