Searched defs:mdev_state (Results 1 – 3 of 3) sorted by relevance
156 struct mdev_state *mdev_state; member162 struct mdev_state { struct163 u8 *vconfig;164 u64 bar_mask[3];165 u32 memory_bar_mask;166 struct mutex ops_lock;167 struct mdev_device *mdev;169 const struct mbochs_type *type;170 u16 vbe[VBE_DISPI_INDEX_COUNT];171 u64 memsize;[all …]
90 struct mdev_state { struct112 static void mdpy_create_config_space(struct mdev_state *mdev_state) in mdpy_create_config_space()150 static void handle_pci_cfg_write(struct mdev_state *mdev_state, u16 offset, in handle_pci_cfg_write()178 struct mdev_state *mdev_state = mdev_get_drvdata(mdev); in mdev_access() local217 struct mdev_state *mdev_state = mdev_get_drvdata(mdev); in mdpy_reset() local233 struct mdev_state *mdev_state; in mdpy_create() local277 struct mdev_state *mdev_state = mdev_get_drvdata(mdev); in mdpy_remove() local409 struct mdev_state *mdev_state = mdev_get_drvdata(mdev); in mdpy_mmap() local429 struct mdev_state *mdev_state; in mdpy_get_region_info() local482 struct mdev_state *mdev_state = mdev_get_drvdata(mdev); in mdpy_query_gfx_plane() local[all …]
129 struct mdev_state { struct130 int irq_fd;131 struct eventfd_ctx *intx_evtfd;155 static int mtty_trigger_interrupt(struct mdev_state *mdev_state); argument173 static void mtty_create_config_space(struct mdev_state *mdev_state) in mtty_create_config_space()237 static void handle_pci_cfg_write(struct mdev_state *mdev_state, u16 offset, in handle_pci_cfg_write()291 static void handle_bar_write(unsigned int index, struct mdev_state *mdev_state, in handle_bar_write()459 static void handle_bar_read(unsigned int index, struct mdev_state *mdev_state, in handle_bar_read()597 static void mdev_read_base(struct mdev_state *mdev_state) in mdev_read_base()637 struct mdev_state *mdev_state; in mdev_access() local[all …]