Searched refs:post_data_in (Results 1 – 1 of 1) sorted by relevance
853 struct hyperv_post_debug_data_input *post_data_in = NULL; in hyperv_hcall_post_dbg_data() local863 in_len = sizeof(*post_data_in); in hyperv_hcall_post_dbg_data()864 post_data_in = cpu_physical_memory_map(ingpa, &in_len, 0); in hyperv_hcall_post_dbg_data()865 if (!post_data_in || in_len < sizeof(*post_data_in)) { in hyperv_hcall_post_dbg_data()870 if (post_data_in->count > TARGET_PAGE_SIZE - sizeof(*post_data_in)) { in hyperv_hcall_post_dbg_data()883 msg.u.send.buf_gpa = ingpa + sizeof(*post_data_in); in hyperv_hcall_post_dbg_data()884 msg.u.send.count = post_data_in->count; in hyperv_hcall_post_dbg_data()900 if (post_data_in) { in hyperv_hcall_post_dbg_data()901 cpu_physical_memory_unmap(post_data_in, in hyperv_hcall_post_dbg_data()902 sizeof(*post_data_in), 0, in_len); in hyperv_hcall_post_dbg_data()