Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_common.c33 struct hv_input_get_vp_registers *input_page; in hv_call_get_vp_registers() local
43 input_page = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_call_get_vp_registers()
46 input_page->partition_id = partition_id; in hv_call_get_vp_registers()
47 input_page->vp_index = vp_index; in hv_call_get_vp_registers()
48 input_page->input_vtl.as_uint8 = input_vtl.as_uint8; in hv_call_get_vp_registers()
49 input_page->rsvd_z8 = 0; in hv_call_get_vp_registers()
50 input_page->rsvd_z16 = 0; in hv_call_get_vp_registers()
55 input_page->names[i] = registers[i].name; in hv_call_get_vp_registers()
58 0, input_page, output_page); in hv_call_get_vp_registers()
79 struct hv_input_set_vp_registers *input_page; in hv_call_set_vp_registers() local
[all …]
H A Dmshv_root_hv_call.c44 struct hv_input_withdraw_memory *input_page; in hv_call_withdraw_memory() local
61 input_page = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_call_withdraw_memory()
63 memset(input_page, 0, sizeof(*input_page)); in hv_call_withdraw_memory()
64 input_page->partition_id = partition_id; in hv_call_withdraw_memory()
67 0, input_page, output_page); in hv_call_withdraw_memory()
186 struct hv_input_map_gpa_pages *input_page; in hv_do_map_gpa_hcall() local
211 input_page = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_do_map_gpa_hcall()
213 input_page->target_partition_id = partition_id; in hv_do_map_gpa_hcall()
214 input_page->target_gpa_base = gfn + (done << large_shift); in hv_do_map_gpa_hcall()
215 input_page->map_flags = flags; in hv_do_map_gpa_hcall()
[all …]
H A Dhv_proc.c29 struct hv_deposit_memory *input_page; in hv_call_deposit_pages() local
77 input_page = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_call_deposit_pages()
79 input_page->partition_id = partition_id; in hv_call_deposit_pages()
85 input_page->gpa_page_list[page_count] = base_pfn + j; in hv_call_deposit_pages()
88 page_count, 0, input_page, NULL); in hv_call_deposit_pages()