Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H 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()
H A Dhv_proc.c157 ret = hv_call_deposit_pages(node, hv_current_partition_id, 1); in hv_call_add_logical_proc()
172 if (partition_id != hv_current_partition_id) { in hv_call_create_vp()
H 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()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h47 extern u64 hv_current_partition_id;
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c380 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()