Searched refs:source_pfn (Results 1 – 1 of 1) sorted by relevance
86 xen_pfn_t source_pfn; in do_exchange() local89 for (source_pfn = 0; source_pfn < start_info.nr_pages; source_pfn++) in do_exchange()90 if (dom->p2m_host[source_pfn] == source_mfn) in do_exchange()92 ASSERT(source_pfn < start_info.nr_pages); in do_exchange()97 dom->p2m_host[source_pfn] = target_mfn; in do_exchange()
Completed in 2 milliseconds