Home
last modified time | relevance | path

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

/linux/samples/vfio-mdev/
A Dmtty.c129 struct mdev_state { struct
157 static int mtty_trigger_interrupt(struct mdev_state *mdev_state); argument
175 static void mtty_create_config_space(struct mdev_state *mdev_state) in mtty_create_config_space() argument
599 static void mdev_read_base(struct mdev_state *mdev_state) in mdev_read_base() argument
708 struct mdev_state *mdev_state; in mtty_probe() local
719 mdev_state = kzalloc(sizeof(struct mdev_state), GFP_KERNEL); in mtty_probe()
762 struct mdev_state *mdev_state = dev_get_drvdata(&mdev->dev); in mtty_remove() local
773 static int mtty_reset(struct mdev_state *mdev_state) in mtty_reset() argument
783 struct mdev_state *mdev_state = in mtty_read() local
844 struct mdev_state *mdev_state = in mtty_write() local
[all …]
A Dmbochs.c157 struct mdev_state *mdev_state; member
514 struct mdev_state *mdev_state; in mbochs_probe() local
534 mdev_state->pages = kcalloc(mdev_state->pagecount, in mbochs_probe()
586 struct mdev_state *mdev_state = in mbochs_read() local
647 struct mdev_state *mdev_state = in mbochs_write() local
773 struct mdev_state *mdev_state = in mbochs_mmap() local
883 struct mdev_state *mdev_state = dmabuf->mdev_state; in mbochs_release_dmabuf() local
934 dmabuf->mdev_state = mdev_state; in mbochs_dmabuf_alloc()
980 struct mdev_state *mdev_state = dmabuf->mdev_state; in mbochs_dmabuf_export() local
1164 struct mdev_state *mdev_state = in mbochs_ioctl() local
[all …]
A Dmdpy.c127 mdev_state->bar_mask = ~(mdev_state->memsize) + 1; in mdpy_create_config_space()
206 static int mdpy_reset(struct mdev_state *mdev_state) in mdpy_reset() argument
211 stride = mdev_state->type->width * mdev_state->type->bytepp; in mdpy_reset()
224 struct mdev_state *mdev_state; in mdpy_probe() local
231 mdev_state = kzalloc(sizeof(struct mdev_state), GFP_KERNEL); in mdpy_probe()
278 struct mdev_state *mdev_state = dev_get_drvdata(&mdev->dev); in mdpy_remove() local
294 struct mdev_state *mdev_state = in mdpy_read() local
355 struct mdev_state *mdev_state = in mdpy_write() local
413 struct mdev_state *mdev_state = in mdpy_mmap() local
510 struct mdev_state *mdev_state = in mdpy_ioctl() local
[all …]

Completed in 34 milliseconds