Home
last modified time | relevance | path

Searched refs:hv_current_partition_id (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hv/
H A Dhv_proc.c148 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 Dmshv_synic.c625 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 Dhv_common.c34 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 Dmshv_root_hv_call.c127 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 Dirqdomain.c33 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 Dmshyperv.h67 extern u64 hv_current_partition_id;
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c392 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()