Home
last modified time | relevance | path

Searched refs:VHOST_SET_MEM_TABLE (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
/linux-6.15/include/uapi/linux/
H A Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
/linux-6.15/tools/virtio/
H A Dvirtio_test.c150 r = ioctl(dev->control, VHOST_SET_MEM_TABLE, dev->mem); in vdev_info_init()
H A Dvhost_net_test.c248 r = ioctl(dev->control, VHOST_SET_MEM_TABLE, dev->mem); in vdev_info_init()
/linux-6.15/drivers/vhost/
H A Dvhost.c2144 case VHOST_SET_MEM_TABLE: in vhost_dev_ioctl()