Searched refs:debug_data_in (Results 1 – 1 of 1) sorted by relevance
795 struct hyperv_retrieve_debug_data_input *debug_data_in = NULL; in hyperv_hcall_retreive_dbg_data() local805 in_len = sizeof(*debug_data_in); in hyperv_hcall_retreive_dbg_data()806 debug_data_in = cpu_physical_memory_map(ingpa, &in_len, 0); in hyperv_hcall_retreive_dbg_data()807 if (!debug_data_in || in_len < sizeof(*debug_data_in)) { in hyperv_hcall_retreive_dbg_data()822 msg.u.recv.options = debug_data_in->options; in hyperv_hcall_retreive_dbg_data()823 msg.u.recv.timeout = debug_data_in->timeout; in hyperv_hcall_retreive_dbg_data()828 debug_data_out->remaining_count = debug_data_in->count; in hyperv_hcall_retreive_dbg_data()836 debug_data_in->count - msg.u.recv.retrieved_count; in hyperv_hcall_retreive_dbg_data()843 if (debug_data_in) { in hyperv_hcall_retreive_dbg_data()844 cpu_physical_memory_unmap(debug_data_in, sizeof(*debug_data_in), 0, in hyperv_hcall_retreive_dbg_data()