Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_proc.c199 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 Dmshv_root_main.c1050 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 Dmshyperv.h350 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 Dmshyperv.c438 ret = hv_call_create_vp(numa_cpu_node(i), hv_current_partition_id, i, i); in hv_smp_prepare_cpus()