Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dmshv_common.c42 input_page->partition_id = partition_id; in hv_call_get_vp_registers()
43 input_page->vp_index = vp_index; in hv_call_get_vp_registers()
45 input_page->rsvd_z8 = 0; in hv_call_get_vp_registers()
46 input_page->rsvd_z16 = 0; in hv_call_get_vp_registers()
54 0, input_page, output_page); in hv_call_get_vp_registers()
85 input_page->partition_id = partition_id; in hv_call_set_vp_registers()
86 input_page->vp_index = vp_index; in hv_call_set_vp_registers()
88 input_page->rsvd_z8 = 0; in hv_call_set_vp_registers()
89 input_page->rsvd_z16 = 0; in hv_call_set_vp_registers()
93 memcpy(input_page->elements, registers, in hv_call_set_vp_registers()
[all …]
H A Dmshv_root_hv_call.c62 memset(input_page, 0, sizeof(*input_page)); in hv_call_withdraw_memory()
66 0, input_page, output_page); in hv_call_withdraw_memory()
215 input_page->map_flags = flags; in hv_do_map_gpa_hcall()
236 input_page, NULL); in hv_do_map_gpa_hcall()
317 input_page->unmap_flags = flags; in hv_call_unmap_gpa_pages()
319 0, input_page, NULL); in hv_call_unmap_gpa_pages()
355 input_page->flags = state_flags; in hv_call_get_gpa_access_states()
359 0, input_page, output_page); in hv_call_get_gpa_access_states()
817 memset(input_page, 0, sizeof(*input_page)); in hv_call_modify_spa_host_access()
823 input_page->flags = flags; in hv_call_modify_spa_host_access()
[all …]
H A Dhv_proc.c28 struct hv_deposit_memory *input_page; in hv_call_deposit_pages() local
76 input_page = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_call_deposit_pages()
78 input_page->partition_id = partition_id; in hv_call_deposit_pages()
84 input_page->gpa_page_list[page_count] = base_pfn + j; in hv_call_deposit_pages()
87 page_count, 0, input_page, NULL); in hv_call_deposit_pages()