Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhyperv.c794 struct hyperv_retrieve_debug_data_input *debug_data_in = NULL; in hyperv_hcall_retreive_dbg_data() local
804 in_len = sizeof(*debug_data_in); in hyperv_hcall_retreive_dbg_data()
805 debug_data_in = cpu_physical_memory_map(ingpa, &in_len, 0); in hyperv_hcall_retreive_dbg_data()
806 if (!debug_data_in || in_len < sizeof(*debug_data_in)) { in hyperv_hcall_retreive_dbg_data()
821 msg.u.recv.options = debug_data_in->options; in hyperv_hcall_retreive_dbg_data()
822 msg.u.recv.timeout = debug_data_in->timeout; in hyperv_hcall_retreive_dbg_data()
827 debug_data_out->remaining_count = debug_data_in->count; in hyperv_hcall_retreive_dbg_data()
835 debug_data_in->count - msg.u.recv.retrieved_count; in hyperv_hcall_retreive_dbg_data()
842 if (debug_data_in) { in hyperv_hcall_retreive_dbg_data()
843 cpu_physical_memory_unmap(debug_data_in, sizeof(*debug_data_in), 0, in hyperv_hcall_retreive_dbg_data()