Searched defs:mdev_state (Results 1 – 3 of 3) sorted by relevance
94 struct mdev_state { struct107 static void mdpy_create_config_space(struct mdev_state *mdev_state) in mdpy_create_config_space()145 static void handle_pci_cfg_write(struct mdev_state *mdev_state, u16 offset, in handle_pci_cfg_write()170 static ssize_t mdev_access(struct mdev_state *mdev_state, char *buf, in mdev_access()209 static int mdpy_reset(struct mdev_state *mdev_state) in mdpy_reset()224 struct mdev_state *mdev_state = in mdpy_init_dev() local260 struct mdev_state *mdev_state; in mdpy_probe() local281 struct mdev_state *mdev_state = in mdpy_release_dev() local290 struct mdev_state *mdev_state = dev_get_drvdata(&mdev->dev); in mdpy_remove() local301 struct mdev_state *mdev_state = in mdpy_read() local[all …]
128 struct mdev_state { struct129 struct vfio_device vdev;130 struct eventfd_ctx *intx_evtfd;131 struct eventfd_ctx *msi_evtfd;132 int irq_index;133 u8 *vconfig;134 struct mutex ops_lock;135 struct mdev_device *mdev;136 struct mdev_region_info region_info[VFIO_PCI_NUM_REGIONS];137 u32 bar_mask[VFIO_PCI_NUM_REGIONS];[all …]
165 struct mdev_state *mdev_state; member171 struct mdev_state { struct172 struct vfio_device vdev;173 u8 *vconfig;174 u64 bar_mask[3];175 u32 memory_bar_mask;176 struct mutex ops_lock;177 struct mdev_device *mdev;179 const struct mbochs_type *type;180 u16 vbe[VBE_DISPI_INDEX_COUNT];[all …]