Home
last modified time | relevance | path

Searched refs:hv_call_create_vp (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/hv/
H A Dhv_proc.c153 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() function
195 EXPORT_SYMBOL_GPL(hv_call_create_vp);
H A Dmshv_root_main.c931 ret = hv_call_create_vp(NUMA_NO_NODE, partition->pt_id, args.vp_index, in mshv_partition_ioctl_create_vp()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h363 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags);
375 static inline int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() function
/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c391 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()