Lines Matching refs:restore
13 int rc = update_blob(&ctx->x86.hvm.restore.context, rec->data, rec->length); in handle_hvm_context()
64 ctx->restore.console_gfn = entry->value; in handle_hvm_params()
68 ctx->restore.xenstore_gfn = entry->value; in handle_hvm_params()
140 if ( ctx->restore.guest_type != DHDR_TYPE_X86_HVM ) in x86_hvm_setup()
143 dhdr_type_to_str(ctx->restore.guest_type)); in x86_hvm_setup()
147 if ( ctx->restore.guest_page_size != PAGE_SIZE ) in x86_hvm_setup()
150 ctx->restore.guest_page_size); in x86_hvm_setup()
156 if ( ctx->restore.p2m_size > 0x0fffffff ) in x86_hvm_setup()
204 ctx->restore.xenstore_evtchn); in x86_hvm_stream_complete()
212 ctx->restore.console_evtchn); in x86_hvm_stream_complete()
220 ctx->x86.hvm.restore.context.ptr, in x86_hvm_stream_complete()
221 ctx->x86.hvm.restore.context.size); in x86_hvm_stream_complete()
229 ctx->restore.console_gfn, in x86_hvm_stream_complete()
230 ctx->restore.xenstore_gfn, in x86_hvm_stream_complete()
231 ctx->restore.console_domid, in x86_hvm_stream_complete()
232 ctx->restore.xenstore_domid); in x86_hvm_stream_complete()
244 free(ctx->x86.hvm.restore.context.ptr); in x86_hvm_cleanup()
246 free(ctx->x86.restore.cpuid.ptr); in x86_hvm_cleanup()
247 free(ctx->x86.restore.msr.ptr); in x86_hvm_cleanup()