Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c86 xen_pfn_t source_pfn; in do_exchange() local
89 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