Home
last modified time | relevance | path

Searched refs:hv_call_create_vp (Results 1 – 3 of 3) 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.c1088 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.h352 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags);
379 static inline int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() function