Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_debugfs.c448 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 Dhv_proc.c192 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 Dmshv_synic.c634 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 Dhv_common.c34 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 Dmshv_root_hv_call.c126 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 Dirqdomain.c34 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 Dmshyperv.h70 extern u64 hv_current_partition_id;
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c438 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()