Home
last modified time | relevance | path

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

/qemu/migration/
H A Dmigration.h80 unsigned int target_pages; member
H A Dram.c3763 tmp_page->target_pages++; in ram_load_postcopy()
3778 if (tmp_page->target_pages == 1) { in ram_load_postcopy()
3789 block->idstr, addr, tmp_page->target_pages); in ram_load_postcopy()
3798 if (tmp_page->target_pages == in ram_load_postcopy()
H A Dpostcopy-ram.c1438 tmp_page->target_pages = 0; in postcopy_temp_page_reset()
/qemu/include/hw/xen/interface/
H A Dmemory.h357 uint64_t target_pages; member
/qemu/hw/hyperv/
H A Dhv-balloon.c1394 uint64_t target_pages = target >> HV_BALLOON_PFN_SHIFT; in hv_balloon_to_target() local
1396 if (!target_pages) { in hv_balloon_to_target()
1404 balloon->target = target_pages; in hv_balloon_to_target()