Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Dhv_init.c39 u64 hv_current_partition_id = ~0ull; variable
40 EXPORT_SYMBOL_GPL(hv_current_partition_id); variable
412 hv_current_partition_id = output_page->partition_id; in hv_get_partition_id()
615 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()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmshyperv.h48 extern u64 hv_current_partition_id;
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dmshyperv.c323 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()

Completed in 3 milliseconds