Searched refs:hv_current_partition_id (Results 1 – 4 of 4) sorted by relevance
| /drivers/hv/ |
| A D | hv_proc.c | 148 ret = hv_call_deposit_pages(node, hv_current_partition_id, 1); in hv_call_add_logical_proc() 162 if (partition_id != hv_current_partition_id) { in hv_call_create_vp()
|
| A D | mshv_synic.c | 625 ret = hv_call_create_port(hv_current_partition_id, port_id, partition_id, in mshv_register_doorbell() 640 ret = hv_call_connect_port(hv_current_partition_id, port_id, partition_id, in mshv_register_doorbell() 643 hv_call_delete_port(hv_current_partition_id, port_id); in mshv_register_doorbell() 662 hv_call_delete_port(hv_current_partition_id, port_id); in mshv_unregister_doorbell()
|
| A D | hv_common.c | 34 u64 hv_current_partition_id = HV_PARTITION_ID_SELF; variable 35 EXPORT_SYMBOL_GPL(hv_current_partition_id); 276 hv_current_partition_id = pt_id; in hv_get_partition_id()
|
| A D | mshv_root_hv_call.c | 127 hv_current_partition_id, 1); in hv_call_create_partition() 758 hv_current_partition_id, 1); in hv_call_map_stat_page()
|
Completed in 9 milliseconds