Searched defs:mdev_state (Results 1 – 3 of 3) sorted by relevance
97 struct mdev_state { struct110 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() local263 struct mdev_state *mdev_state; in mdpy_probe() local284 struct mdev_state *mdev_state = in mdpy_release_dev() local304 struct mdev_state *mdev_state = in mdpy_read() local365 struct mdev_state *mdev_state = in mdpy_write() local423 struct mdev_state *mdev_state = in mdpy_mmap() local520 struct mdev_state *mdev_state = in mdpy_ioctl() local[all …]
153 struct mdev_state { struct154 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 …]
174 struct mdev_state { struct176 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