Searched refs:topidx (Results 1 – 1 of 1) sorted by relevance
298 unsigned topidx = p2m_top_index(pfn); in xen_build_mfn_list_list() local303 mid = p2m_top[topidx]; in xen_build_mfn_list_list()304 mid_mfn_p = p2m_top_mfn_p[topidx]; in xen_build_mfn_list_list()313 p2m_top_mfn[topidx] = virt_to_mfn(p2m_mid_missing_mfn); in xen_build_mfn_list_list()328 p2m_top_mfn_p[topidx] = mid_mfn_p; in xen_build_mfn_list_list()331 p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p); in xen_build_mfn_list_list()372 unsigned topidx = p2m_top_index(pfn); in xen_build_dynamic_phys_to_machine() local375 if (p2m_top[topidx] == p2m_mid_missing) { in xen_build_dynamic_phys_to_machine()379 p2m_top[topidx] = mid; in xen_build_dynamic_phys_to_machine()394 p2m_top[topidx][mididx] = &mfn_list[pfn]; in xen_build_dynamic_phys_to_machine()[all …]