Searched defs:mshv_partition (Results 1 – 1 of 1) sorted by relevance
104 struct mshv_partition { struct105 struct device *pt_module_dev;107 struct hlist_node pt_hnode;108 u64 pt_id;109 refcount_t pt_ref_count;110 struct mutex pt_mutex;112 spinlock_t pt_mem_regions_lock;113 struct hlist_head pt_mem_regions; // not ordered115 u32 pt_vp_count;116 struct mshv_vp *pt_vp_array[MSHV_MAX_VPS];[all …]