Searched defs:mshv_partition (Results 1 – 1 of 1) sorted by relevance
94 struct mshv_partition { struct95 struct device *pt_module_dev;97 struct hlist_node pt_hnode;98 u64 pt_id;99 refcount_t pt_ref_count;100 struct mutex pt_mutex;101 struct hlist_head pt_mem_regions; // not ordered103 u32 pt_vp_count;104 struct mshv_vp *pt_vp_array[MSHV_MAX_VPS];106 struct mutex pt_irq_lock;[all …]