Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dpostcopy-ram.h81 int postcopy_place_page_zero(MigrationIncomingState *mis, void *host,
H A Dpostcopy-ram.c772 return received ? 0 : postcopy_place_page_zero(mis, aligned, rb); in postcopy_request_page()
1353 int postcopy_place_page_zero(MigrationIncomingState *mis, void *host, in postcopy_place_page_zero() function
1421 int postcopy_place_page_zero(MigrationIncomingState *mis, void *host, in postcopy_place_page_zero() function
H A Dtrace-events282 postcopy_place_page_zero(void *host_addr) "host=%p"
H A Dram.c3823 ret = postcopy_place_page_zero(mis, tmp_page->host_addr, block); in ram_load_postcopy()