Home
last modified time | relevance | path

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

/arch/x86/xen/
Dp2m.c292 unsigned mididx = p2m_mid_index(pfn); in xen_build_mfn_list_list() local
304 BUG_ON(mididx); in xen_build_mfn_list_list()
325 mid_mfn_p[mididx] = virt_to_mfn(mid[mididx]); in xen_build_mfn_list_list()
366 unsigned mididx = p2m_mid_index(pfn); in xen_build_dynamic_phys_to_machine() local
387 p2m_top[topidx][mididx] = &mfn_list[pfn]; in xen_build_dynamic_phys_to_machine()
395 unsigned topidx, mididx, idx; in get_phys_to_machine() local
401 mididx = p2m_mid_index(pfn); in get_phys_to_machine()
409 if (p2m_top[topidx][mididx] == p2m_identity) in get_phys_to_machine()
412 return p2m_top[topidx][mididx][idx]; in get_phys_to_machine()
435 unsigned topidx, mididx; in alloc_p2m() local
[all …]