Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhyperv.c824 struct hyperv_post_debug_data_input *post_data_in = NULL; in hyperv_hcall_post_dbg_data() local
834 in_len = sizeof(*post_data_in); in hyperv_hcall_post_dbg_data()
835 post_data_in = cpu_physical_memory_map(ingpa, &in_len, 0); in hyperv_hcall_post_dbg_data()
836 if (!post_data_in || in_len < sizeof(*post_data_in)) { in hyperv_hcall_post_dbg_data()
841 if (post_data_in->count > TARGET_PAGE_SIZE - sizeof(*post_data_in)) { in hyperv_hcall_post_dbg_data()
854 msg.u.send.buf_gpa = ingpa + sizeof(*post_data_in); in hyperv_hcall_post_dbg_data()
855 msg.u.send.count = post_data_in->count; in hyperv_hcall_post_dbg_data()
871 if (post_data_in) { in hyperv_hcall_post_dbg_data()
872 cpu_physical_memory_unmap(post_data_in, in hyperv_hcall_post_dbg_data()
873 sizeof(*post_data_in), 0, in_len); in hyperv_hcall_post_dbg_data()