Home
last modified time | relevance | path

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

/drivers/hv/
A Dmshv_common.c43 input_page->partition_id = partition_id; in hv_call_get_vp_registers()
44 input_page->vp_index = vp_index; in hv_call_get_vp_registers()
46 input_page->rsvd_z8 = 0; in hv_call_get_vp_registers()
47 input_page->rsvd_z16 = 0; in hv_call_get_vp_registers()
55 0, input_page, output_page); in hv_call_get_vp_registers()
86 input_page->partition_id = partition_id; in hv_call_set_vp_registers()
87 input_page->vp_index = vp_index; in hv_call_set_vp_registers()
89 input_page->rsvd_z8 = 0; in hv_call_set_vp_registers()
90 input_page->rsvd_z16 = 0; in hv_call_set_vp_registers()
94 memcpy(input_page->elements, registers, in hv_call_set_vp_registers()
[all …]
A Dmshv_root_hv_call.c63 memset(input_page, 0, sizeof(*input_page)); in hv_call_withdraw_memory()
67 0, input_page, output_page); in hv_call_withdraw_memory()
216 input_page->map_flags = flags; in hv_do_map_gpa_hcall()
237 input_page, NULL); in hv_do_map_gpa_hcall()
318 input_page->unmap_flags = flags; in hv_call_unmap_gpa_pages()
320 0, input_page, NULL); in hv_call_unmap_gpa_pages()
356 input_page->flags = state_flags; in hv_call_get_gpa_access_states()
360 0, input_page, output_page); in hv_call_get_gpa_access_states()
818 memset(input_page, 0, sizeof(*input_page)); in hv_call_modify_spa_host_access()
824 input_page->flags = flags; in hv_call_modify_spa_host_access()
[all …]
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()

Completed in 7 milliseconds