Searched refs:hv_call_create_vp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/hv/ |
| H A D | hv_proc.c | 153 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 D | mshv_root_main.c | 931 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 D | mshyperv.h | 363 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 D | mshyperv.c | 391 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()
|