Searched refs:hv_current_partition_id (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/hv/ |
H 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()
|
H 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()
|
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); 276 hv_current_partition_id = pt_id; in hv_get_partition_id()
|
H 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()
|
/linux/arch/x86/hyperv/ |
H A D | irqdomain.c | 33 input->partition_id = hv_current_partition_id; in hv_map_interrupt() 85 input->partition_id = hv_current_partition_id; in hv_unmap_interrupt()
|
/linux/include/asm-generic/ |
H A D | mshyperv.h | 67 extern u64 hv_current_partition_id;
|
/linux/arch/x86/kernel/cpu/ |
H A D | mshyperv.c | 392 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()
|