Lines Matching defs:mshv_partition
94 struct mshv_partition { struct
95 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 ordered
103 u32 pt_vp_count;
104 struct mshv_vp *pt_vp_array[MSHV_MAX_VPS];
106 struct mutex pt_irq_lock;
107 struct srcu_struct pt_irq_srcu;
108 struct hlist_head irq_ack_notifier_list;
110 struct hlist_head pt_devices;
136 const struct mshv_partition *__pt = (p); \ argument