Home
last modified time | relevance | path

Searched defs:mdev_state (Results 1 – 3 of 3) sorted by relevance

/samples/vfio-mdev/
A Dmdpy.c97 struct mdev_state { struct
110 static void mdpy_create_config_space(struct mdev_state *mdev_state) in mdpy_create_config_space()
212 static int mdpy_reset(struct mdev_state *mdev_state) in mdpy_reset()
227 struct mdev_state *mdev_state = in mdpy_init_dev() local
263 struct mdev_state *mdev_state; in mdpy_probe() local
284 struct mdev_state *mdev_state = in mdpy_release_dev() local
304 struct mdev_state *mdev_state = in mdpy_read() local
365 struct mdev_state *mdev_state = in mdpy_write() local
423 struct mdev_state *mdev_state = in mdpy_mmap() local
520 struct mdev_state *mdev_state = in mdpy_ioctl() local
[all …]
A Dmtty.c153 struct mdev_state { struct
154 struct vfio_device vdev;
157 int irq_index;
158 u8 *vconfig;
159 struct mutex ops_lock;
163 struct list_head next;
164 struct serial_port s[2];
165 struct mutex rxtx_lock;
167 int nr_ports;
173 u8 deferred_reset:1;
[all …]
A Dmbochs.c174 struct mdev_state { struct
176 u8 *vconfig;
177 u64 bar_mask[3];
178 u32 memory_bar_mask;
179 struct mutex ops_lock;
184 u64 memsize;
185 struct page **pages;
186 pgoff_t pagecount;
188 u8 edid_blob[0x400];
191 u32 active_id;
[all …]

Completed in 20 milliseconds