Home
last modified time | relevance | path

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

/linux/drivers/hv/
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 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.c127 ret = hv_deposit_memory(hv_current_partition_id, status); in hv_call_create_partition()
865 ret = hv_deposit_memory(hv_current_partition_id, status); in hv_call_map_stats_page2()
938 ret = hv_deposit_memory(hv_current_partition_id, status); in hv_call_map_stats_page()
/linux/include/asm-generic/
H A Dmshyperv.h70 extern u64 hv_current_partition_id;
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c452 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()