Home
last modified time | relevance | path

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

/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c94 struct mdev_state { struct
107 static void mdpy_create_config_space(struct mdev_state *mdev_state) in mdpy_create_config_space()
209 static int mdpy_reset(struct mdev_state *mdev_state) in mdpy_reset()
224 struct mdev_state *mdev_state = in mdpy_init_dev() local
260 struct mdev_state *mdev_state; in mdpy_probe() local
281 struct mdev_state *mdev_state = in mdpy_release_dev() local
301 struct mdev_state *mdev_state = in mdpy_read() local
362 struct mdev_state *mdev_state = in mdpy_write() local
420 struct mdev_state *mdev_state = in mdpy_mmap() local
517 struct mdev_state *mdev_state = in mdpy_ioctl() local
[all …]
H A Dmtty.c128 struct mdev_state { struct
129 struct vfio_device vdev;
132 int irq_index;
133 u8 *vconfig;
134 struct mutex ops_lock;
135 struct mdev_device *mdev;
138 struct list_head next;
139 struct serial_port s[2];
140 struct mutex rxtx_lock;
142 int nr_ports;
[all …]
H A Dmbochs.c171 struct mdev_state { struct
173 u8 *vconfig;
174 u64 bar_mask[3];
175 u32 memory_bar_mask;
176 struct mutex ops_lock;
181 u64 memsize;
182 struct page **pages;
183 pgoff_t pagecount;
185 u8 edid_blob[0x400];
188 u32 active_id;
[all …]