Searched refs:mfn_list (Results 1 - 3 of 3) sorted by relevance

/arch/x86/xen/
H A Dp2m.c128 * /-----\ | &mfn_list[0],| /-----------------\
129 * | 0 |------>| &mfn_list[1],| /---------------\ | ~0, ~0, .. |
356 unsigned long *mfn_list; local
363 mfn_list = (unsigned long *)xen_start_info->mfn_list;
382 * mfn_list for all the pages initially given to us, so we just
397 * As long as the mfn_list has enough entries to completely
406 mfn_list[pfn + p2midx] = INVALID_P2M_ENTRY;
408 p2m_top[topidx][mididx] = &mfn_list[pfn];
420 unsigned long *mfn_list local
[all...]
H A Dsetup.c687 * - mfn_list
709 memblock_reserve(__pa(xen_start_info->mfn_list),
710 xen_start_info->pt_base - xen_start_info->mfn_list);
740 memblock_reserve(__pa(xen_start_info->mfn_list),
741 xen_start_info->pt_base - xen_start_info->mfn_list);
H A Dmmu.c1174 if (!new_mfn_list || new_mfn_list == xen_start_info->mfn_list)
1178 memset((void *)xen_start_info->mfn_list, 0xff, size);
1181 BUG_ON(xen_start_info->mfn_list < __START_KERNEL_map);
1182 addr = xen_start_info->mfn_list;
1191 memblock_free(__pa(xen_start_info->mfn_list), size);
1193 xen_start_info->mfn_list = new_mfn_list;
1850 max_pfn_mapped = PFN_DOWN(__pa(xen_start_info->mfn_list));

Completed in 390 milliseconds