Searched refs:vhost_vdpa (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vdpa.c | 36 struct vhost_vdpa { struct 61 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick() 80 struct vhost_vdpa *v = private; in vhost_vdpa_config_cb() 89 static void vhost_vdpa_setup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_setup_vq_irq() 115 static void vhost_vdpa_unsetup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_unsetup_vq_irq() 122 static void vhost_vdpa_reset(struct vhost_vdpa *v) in vhost_vdpa_reset() 130 static long vhost_vdpa_get_device_id(struct vhost_vdpa *v, u8 __user *argp) in vhost_vdpa_get_device_id() 144 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status() 158 static long vhost_vdpa_set_status(struct vhost_vdpa * [all...] |
H A D | Makefile | 13 obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o 14 vhost_vdpa-y := vdpa.o
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 45 struct vhost_vdpa { struct 68 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, 79 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as() 91 static struct vhost_iotlb *asid_to_iotlb(struct vhost_vdpa *v, u32 asid) in asid_to_iotlb() 101 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_alloc_as() 123 static struct vhost_vdpa_as *vhost_vdpa_find_alloc_as(struct vhost_vdpa *v, in vhost_vdpa_find_alloc_as() 134 static int vhost_vdpa_remove_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_remove_as() 152 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick() 171 struct vhost_vdpa * in vhost_vdpa_config_cb() [all...] |
H A D | Makefile | 13 obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o 14 vhost_vdpa-y := vdpa.o
|
Completed in 3 milliseconds