Searched refs:postcopy_place_page_zero (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/migration/ |
H A D | postcopy-ram.h | 81 int postcopy_place_page_zero(MigrationIncomingState *mis, void *host,
|
H A D | postcopy-ram.c | 772 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 D | trace-events | 282 postcopy_place_page_zero(void *host_addr) "host=%p"
|
H A D | ram.c | 3823 ret = postcopy_place_page_zero(mis, tmp_page->host_addr, block); in ram_load_postcopy()
|