Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
A Dhv_init.c38 u64 hv_current_partition_id = ~0ull; variable
39 EXPORT_SYMBOL_GPL(hv_current_partition_id);
411 hv_current_partition_id = output_page->partition_id; in hv_get_partition_id()
612 BUG_ON(hv_root_partition && hv_current_partition_id == ~0ull); in hyperv_init()
A Dhv_proc.c151 ret = hv_call_deposit_pages(node, hv_current_partition_id, 1); in hv_call_add_logical_proc()
165 if (partition_id != hv_current_partition_id) { in hv_call_create_vp()
A Dirqdomain.c32 input->partition_id = hv_current_partition_id; in hv_map_interrupt()
84 input->partition_id = hv_current_partition_id; in hv_unmap_interrupt()
/linux/arch/x86/include/asm/
A Dmshyperv.h47 extern u64 hv_current_partition_id;
/linux/arch/x86/kernel/cpu/
A Dmshyperv.c327 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()

Completed in 10 milliseconds