Searched refs:hv_call_create_vp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hv/ |
| H A D | hv_proc.c | 199 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() function 241 EXPORT_SYMBOL_GPL(hv_call_create_vp);
|
| H A D | mshv_root_main.c | 1050 ret = hv_call_create_vp(NUMA_NO_NODE, partition->pt_id, args.vp_index, in mshv_partition_ioctl_create_vp()
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 350 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags); 369 static inline int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() function
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | mshyperv.c | 438 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()
|