Searched refs:hv_current_partition_id (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/hv/ |
| H A D | mshv_debugfs.c | 448 mshv_vp_stats_unmap(hv_current_partition_id, vp_index, pstats); in parent_vp_debugfs_remove() 460 partition_debugfs_remove(hv_current_partition_id, in mshv_debugfs_parent_partition_remove() 479 err = mshv_vp_stats_map(hv_current_partition_id, vp_index, pstats); in parent_vp_debugfs_create() 483 err = vp_debugfs_create(hv_current_partition_id, vp_index, pstats, in parent_vp_debugfs_create() 491 mshv_vp_stats_unmap(hv_current_partition_id, vp_index, pstats); in parent_vp_debugfs_create() 507 err = partition_debugfs_create(hv_current_partition_id, in mshv_debugfs_parent_partition_create() 536 partition_debugfs_remove(hv_current_partition_id, in mshv_debugfs_parent_partition_create()
|
| H A D | hv_proc.c | 192 ret = hv_deposit_memory_node(node, hv_current_partition_id, in hv_call_add_logical_proc() 207 if (partition_id != hv_current_partition_id) { in hv_call_create_vp()
|
| H A D | mshv_synic.c | 634 ret = hv_call_create_port(hv_current_partition_id, port_id, partition_id, in mshv_register_doorbell() 649 ret = hv_call_connect_port(hv_current_partition_id, port_id, partition_id, in mshv_register_doorbell() 652 hv_call_delete_port(hv_current_partition_id, port_id); in mshv_register_doorbell() 671 hv_call_delete_port(hv_current_partition_id, port_id); in mshv_unregister_doorbell()
|
| H A D | hv_common.c | 34 u64 hv_current_partition_id = HV_PARTITION_ID_SELF; variable 35 EXPORT_SYMBOL_GPL(hv_current_partition_id); 278 hv_current_partition_id = pt_id; in hv_get_partition_id()
|
| H A D | mshv_root_hv_call.c | 126 ret = hv_deposit_memory(hv_current_partition_id, status); in hv_call_create_partition() 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()
|
| /linux/arch/x86/hyperv/ |
| H A D | irqdomain.c | 34 input->partition_id = hv_current_partition_id; in hv_map_interrupt() 86 input->partition_id = hv_current_partition_id; in hv_unmap_interrupt()
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 70 extern u64 hv_current_partition_id;
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | mshyperv.c | 438 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()
|