Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmmu.c158 unsigned topidx = p2m_top_index(pfn); in xen_setup_mfn_list_list() local
160 p2m_top_mfn[topidx] = virt_to_mfn(p2m_top[topidx]); in xen_setup_mfn_list_list()
164 unsigned topidx = idx * P2M_ENTRIES_PER_PAGE; in xen_setup_mfn_list_list() local
165 p2m_top_mfn_list[idx] = virt_to_mfn(&p2m_top_mfn[topidx]); in xen_setup_mfn_list_list()
183 unsigned topidx = p2m_top_index(pfn); in xen_build_dynamic_phys_to_machine() local
185 p2m_top[topidx] = &mfn_list[pfn]; in xen_build_dynamic_phys_to_machine()
191 unsigned topidx, idx; in get_phys_to_machine() local
196 topidx = p2m_top_index(pfn); in get_phys_to_machine()
198 return p2m_top[topidx][idx]; in get_phys_to_machine()
221 unsigned topidx, idx; in set_phys_to_machine() local
[all …]