Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhyperv.c782 out_len = sizeof(*debug_data_out); in hyperv_hcall_retreive_dbg_data()
783 debug_data_out = cpu_physical_memory_map(outgpa, &out_len, 1); in hyperv_hcall_retreive_dbg_data()
784 if (!debug_data_out || out_len < sizeof(*debug_data_out)) { in hyperv_hcall_retreive_dbg_data()
790 msg.u.recv.buf_gpa = outgpa + sizeof(*debug_data_out); in hyperv_hcall_retreive_dbg_data()
791 msg.u.recv.count = TARGET_PAGE_SIZE - sizeof(*debug_data_out); in hyperv_hcall_retreive_dbg_data()
797 debug_data_out->retrieved_count = 0; in hyperv_hcall_retreive_dbg_data()
798 debug_data_out->remaining_count = debug_data_in->count; in hyperv_hcall_retreive_dbg_data()
804 debug_data_out->retrieved_count = msg.u.recv.retrieved_count; in hyperv_hcall_retreive_dbg_data()
805 debug_data_out->remaining_count = in hyperv_hcall_retreive_dbg_data()
808 if (debug_data_out) { in hyperv_hcall_retreive_dbg_data()
[all …]