Home
last modified time | relevance | path

Searched refs:hv_deposit_memory (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hv/
H A Dmshv_root_hv_call.c126 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 Dhv_proc.c29 struct hv_deposit_memory *input_page; in hv_call_deposit_pages()
H A Dmshv_root_main.c257 ret = hv_deposit_memory(pt_id, status); in mshv_ioctl_passthru_hvcall()
/linux/include/hyperv/
H A Dhvhdk_mini.h269 struct hv_deposit_memory { /* HV_INPUT_DEPOSIT_MEMORY */ struct
/linux/include/asm-generic/
H A Dmshyperv.h375 static inline int hv_deposit_memory(u64 partition_id, u64 status) in hv_deposit_memory() function