Home
last modified time | relevance | path

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

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