Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/hyperv/
Dhv_init.c35 u64 hv_current_partition_id = ~0ull; variable
36 EXPORT_SYMBOL_GPL(hv_current_partition_id);
375 hv_current_partition_id = output_page->partition_id; in hv_get_partition_id()
491 BUG_ON(hv_root_partition && hv_current_partition_id == ~0ull); in hyperv_init()
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()
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-v6.1/arch/x86/include/asm/
Dmshyperv.h31 extern u64 hv_current_partition_id;
/Linux-v6.1/arch/x86/kernel/cpu/
Dmshyperv.c249 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()