Searched refs:hv_deposit_memory (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hv/ |
| H A D | mshv_root_hv_call.c | 126 ret = hv_deposit_memory(hv_current_partition_id, status); in hv_call_create_partition() 153 ret = hv_deposit_memory(partition_id, status); in hv_call_initialize_partition() 467 ret = hv_deposit_memory(partition_id, status); in hv_call_get_vp_state() 526 ret = hv_deposit_memory(partition_id, status); in hv_call_set_vp_state() 573 ret = hv_deposit_memory(partition_id, status); in hv_call_map_vp_state_page() 722 ret = hv_deposit_memory(port_partition_id, status); in hv_call_create_port() 775 ret = hv_deposit_memory(connection_partition_id, status); in hv_call_connect_port() 853 ret = hv_deposit_memory(hv_current_partition_id, status); in hv_call_map_stats_page2() 926 ret = hv_deposit_memory(hv_current_partition_id, status); in hv_call_map_stats_page()
|
| H A D | hv_proc.c | 29 struct hv_deposit_memory *input_page; in hv_call_deposit_pages()
|
| H A D | mshv_root_main.c | 257 ret = hv_deposit_memory(pt_id, status); in mshv_ioctl_passthru_hvcall()
|
| /linux/include/hyperv/ |
| H A D | hvhdk_mini.h | 269 struct hv_deposit_memory { /* HV_INPUT_DEPOSIT_MEMORY */ struct
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 375 static inline int hv_deposit_memory(u64 partition_id, u64 status) in hv_deposit_memory() function
|